Ignore:
Timestamp:
8 Nov 2014, 21:54:17 (9 years ago)
Author:
tech
Message:

Alignment of J0060 and J0107 (ALIGN_J0060_J0107)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev0/source/Lib/TLibDecoder/TDecEntropy.cpp

    r1120 r1122  
    5555Void TDecEntropy::decodeSingleDepthMode( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
    5656{
     57  if( !pcCU->getSlice()->getIntraSingleFlag() )
     58  {
     59    return;
     60  } 
     61#if ALIGN_J0060_J0107
     62#else
    5763  if ( !pcCU->getSlice()->getIsDepth() )
    5864  {
     
    6066  }
    6167#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
    62 //  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
     68  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
    6369  {
    6470     return;
     
    7076  }
    7177#endif
     78#endif
     79
    7280  m_pcEntropyDecoderIf->parseSingleDepthMode( pcCU, uiAbsPartIdx, uiDepth );
    7381}
Note: See TracChangeset for help on using the changeset viewer.