Ignore:
Timestamp:
11 Jul 2014, 03:49:39 (10 years ago)
Author:
mediatek-htm
Message:

Integration of Single Depth Mode proposed in JCT3V-I0095.
The MACRO is "MTK_SINGLE_DEPTH_MODE_I0095".

By Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev3-MediaTek/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r976 r983  
    24732473    }
    24742474#endif
     2475#if MTK_SINGLE_DEPTH_MODE_I0095
     2476    if(rpcSlice->getIsDepth())
     2477    {
     2478      UInt uiCodeTmp = 0;
     2479      READ_FLAG( uiCodeTmp, "slice_enable_single_depth_mode" );
     2480      rpcSlice->setApplySingleDepthMode(uiCodeTmp);
     2481    }
     2482#endif
    24752483    if (!rpcSlice->isIntra())
    24762484    {
     
    28432851  assert(0);
    28442852}
    2845 
     2853#if MTK_SINGLE_DEPTH_MODE_I0095
     2854Void TDecCavlc::parseSingleDepthMode( TComDataCU* /*pcCU*/, UInt /*uiAbsPartIdx*/, UInt /*uiDepth*/ )
     2855{
     2856  assert(0);
     2857}
     2858#endif
    28462859Void TDecCavlc::parseCUTransquantBypassFlag( TComDataCU* /*pcCU*/, UInt /*uiAbsPartIdx*/, UInt /*uiDepth*/ )
    28472860{
Note: See TracChangeset for help on using the changeset viewer.