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

    r1106 r1118  
    134134    return;
    135135  }
     136#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
     137  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
     138  {
     139     return;
     140  }
     141#else
    136142  if(!pcCU->getSlice()->getApplySingleDepthMode())
    137143  {
    138144     return;
    139145  }
    140  
     146#endif
    141147  if( bRD )
    142148  {
Note: See TracChangeset for help on using the changeset viewer.