Changeset 181 in 3DVCSoftware for branches/HTM-4.1-dev2-Orange/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 14 Nov 2012, 17:23:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-Orange/source/Lib/TLibEncoder/TEncSlice.cpp
r152 r181 854 854 #endif 855 855 856 #if OL_DEPTHLIMIT_A0044 //stop dumping partition information857 m_bDumpPartInfo = 0;858 pcCU->setPartDumpFlag(m_bDumpPartInfo);859 #endif860 861 856 // inherit from TR if necessary, select substream to use. 862 857 if( m_pcCfg->getUseSBACRD() ) … … 1316 1311 } 1317 1312 1313 #if OL_QTLIMIT_PREDCODING_B0068 1314 rpcPic->setReduceBitsFlag(true); 1315 #endif 1316 1318 1317 TComDataCU*& pcCU = rpcPic->getCU( uiCUAddr ); 1319 #if OL_DEPTHLIMIT_A00441320 pcCU->setPartDumpFlag(m_bDumpPartInfo);1321 pcCU->resetPartInfo();1322 #endif1323 1318 #if !REMOVE_TILE_DEPENDENCE 1324 1319 if( (rpcPic->getPicSym()->getTileBoundaryIndependenceIdr()==0) && (rpcPic->getPicSym()->getNumColumnsMinus1()!=0) ) … … 1408 1403 } 1409 1404 #endif 1405 1406 #if OL_QTLIMIT_PREDCODING_B0068 1407 rpcPic->setReduceBitsFlag(false); 1408 #endif 1409 1410 1410 } 1411 1411
Note: See TracChangeset for help on using the changeset viewer.