Changeset 1120 in 3DVCSoftware


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

Preliminary disabled getSingleDepthModeFlag

Location:
branches/HTM-12.2-dev0/source/Lib
Files:
3 edited

Legend:

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

    r1118 r1120  
    6060  }
    6161#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
    62   if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
     62//  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
    6363  {
    6464     return;
  • branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncCu.cpp

    r1118 r1120  
    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(rpcBestCU->getSlice()->getVPS()->getSingleDepthModeFlag(rpcBestCU->getSlice()->getLayerIdInVps()))
    743743#else
    744744    if(rpcBestCU->getSlice()->getApplySingleDepthMode())
  • branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp

    r1118 r1120  
    135135  }
    136136#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
    137   if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
     137//  if(!pcCU->getSlice()->getVPS()->getSingleDepthModeFlag(pcCU->getSlice()->getLayerIdInVps()))
    138138  {
    139139     return;
Note: See TracChangeset for help on using the changeset viewer.