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/TLibEncoder/TEncEntropy.cpp

    r1120 r1122  
    130130Void TEncEntropy::encodeSingleDepthMode( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD )
    131131{
     132#if ALIGN_J0060_J0107
     133  if(!pcCU->getSlice()->getIntraSingleFlag() )
     134  {
     135    return;
     136  }
     137#else
    132138  if ( !pcCU->getSlice()->getIsDepth() )
    133139  {
     
    135141  }
    136142#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
    137 //  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
     143  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
    138144  {
    139145     return;
     
    144150     return;
    145151  }
     152#endif
    146153#endif
    147154  if( bRD )
Note: See TracChangeset for help on using the changeset viewer.