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/TEncCu.cpp

    r1120 r1122  
    740740    rpcTempCU->initEstData( uiDepth, iMinQP, isAddLowestQP  );
    741741#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
    742 //    if(rpcBestCU->getSlice()->getVPS()->getSingleDepthModeFlag(rpcBestCU->getSlice()->getLayerIdInVps()))
     742#if ALIGN_J0060_J0107
     743    if( rpcBestCU->getSlice()->getIntraSingleFlag() )
     744#else
     745    if(rpcBestCU->getSlice()->getVPS()->getSingleDepthModeFlag(rpcBestCU->getSlice()->getLayerIdInVps()))
     746#endif
    743747#else
    744748    if(rpcBestCU->getSlice()->getApplySingleDepthMode())
Note: See TracChangeset for help on using the changeset viewer.