Changeset 1107 in 3DVCSoftware for branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder
- Timestamp:
- 6 Nov 2014, 20:57:06 (10 years ago)
- Location:
- branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCu.cpp
r1106 r1107 409 409 410 410 #if H_3D_QTLPC 411 TComVPS *vps = pcPic->getSlice(0)->getVPS();412 411 #if HHI_TOOL_PARAMETERS_I2_J0107 413 412 Bool bLimQtPredFalg = pcPic->getSlice(0)->getQtPredFlag(); 414 413 #else 414 TComVPS *vps = pcPic->getSlice(0)->getVPS(); 415 415 Bool bLimQtPredFalg = vps->getLimQtPredFlag(pcPic->getSlice(0)->getLayerId()); 416 416 #endif … … 2204 2204 UChar uhDepth = rpcTempCU->getDepth( 0 ); 2205 2205 #if H_3D_ARP 2206 #if !HHI_TOOL_PARAMETERS_I2_J0107 2206 2207 Int iLayerId = rpcTempCU->getSlice()->getLayerId(); 2208 #endif 2207 2209 Bool bFirstTime = true; 2208 2210 Int nARPWMax = rpcTempCU->getSlice()->getARPStepNum() - 1; -
branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncSbac.cpp
r1106 r1107 633 633 PartSize eSize = pcCU->getPartitionSize( uiAbsPartIdx ); 634 634 #if H_3D_QTLPC 635 TComVPS *vps = pcCU->getPic()->getSlice(0)->getVPS();636 635 #if HHI_TOOL_PARAMETERS_I2_J0107 637 636 Bool bLimQtPredFlag = pcCU->getPic()->getSlice(0)->getQtPredFlag(); 638 637 #else 638 TComVPS *vps = pcCU->getPic()->getSlice(0)->getVPS(); 639 639 Bool bLimQtPredFlag = vps->getLimQtPredFlag(pcCU->getPic()->getSlice(0)->getLayerId()); 640 640 #endif … … 1010 1010 Bool bCodeSplitFlag = true; 1011 1011 1012 TComVPS *vps = pcCU->getPic()->getSlice(0)->getVPS();1012 1013 1013 #if HHI_TOOL_PARAMETERS_I2_J0107 1014 1014 Bool bLimQtPredFlag = pcCU->getPic()->getSlice(0)->getQtPredFlag(); 1015 1015 #else 1016 TComVPS *vps = pcCU->getPic()->getSlice(0)->getVPS(); 1016 1017 Bool bLimQtPredFlag = vps->getLimQtPredFlag(pcCU->getPic()->getSlice(0)->getLayerId()); 1017 1018 #endif
Note: See TracChangeset for help on using the changeset viewer.