Ignore:
Timestamp:
9 May 2013, 07:51:01 (12 years ago)
Author:
mediatek-htm
Message:

D0156 source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r374 r384  
    16021602#endif
    16031603      }
     1604
     1605#if MTK_D0156
     1606
     1607      pcSPS->setUseVSPCompensation( false );
     1608      pcSPS->setUseDVPRefine( false );
     1609
     1610      //Comments: Currently, BVSP and DoNBDV are not used for depth coding
     1611#if MERL_VSP_COMPENSATION_C0152
     1612      READ_FLAG( uiCode, "view_synthesis_pred_flag" );pcSPS->setUseVSPCompensation( uiCode ? true : false );
     1613#endif
     1614      READ_FLAG( uiCode, "dv_refine_flag" );          pcSPS->setUseDVPRefine( uiCode ? true : false );
     1615#endif
    16041616    }
    16051617    READ_FLAG( uiCode, "sps_extension2_flag");
Note: See TracChangeset for help on using the changeset viewer.