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

Merged 12.2-dev1-Hisilicon@1116.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r1107 r1118  
    739739#if H_3D_SINGLE_DEPTH
    740740    rpcTempCU->initEstData( uiDepth, iMinQP, isAddLowestQP  );
     741#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
     742    if(rpcBestCU->getSlice()->getVPS()->getSingleDepthModeFlag(rpcBestCU->getSlice()->getLayerIdInVps()))
     743#else
    741744    if(rpcBestCU->getSlice()->getApplySingleDepthMode())
     745#endif
    742746    {
    743747      xCheckRDCostSingleDepth( rpcBestCU, rpcTempCU, SIZE_2Nx2N );
Note: See TracChangeset for help on using the changeset viewer.