Changeset 1120 in 3DVCSoftware
- Timestamp:
- 8 Nov 2014, 21:26:08 (10 years ago)
- 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 60 60 } 61 61 #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())) 63 63 { 64 64 return; -
branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r1118 r1120 740 740 rpcTempCU->initEstData( uiDepth, iMinQP, isAddLowestQP ); 741 741 #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())) 743 743 #else 744 744 if(rpcBestCU->getSlice()->getApplySingleDepthMode()) -
branches/HTM-12.2-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
r1118 r1120 135 135 } 136 136 #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())) 138 138 { 139 139 return;
Note: See TracChangeset for help on using the changeset viewer.