Changeset 1080 in 3DVCSoftware
- Timestamp:
- 21 Oct 2014, 23:12:21 (10 years ago)
- Location:
- branches/HTM-12.1-dev0/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/Lib/TLibDecoder/TDecTop.h
r976 r1080 265 265 #else 266 266 Bool decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay); 267 #endif 268 267 #endif 269 268 Void deletePicBuffer(); 270 269 #if H_MV -
branches/HTM-12.1-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r1074 r1080 2272 2272 } 2273 2273 #endif 2274 2275 2274 #if H_3D_VSO // M4 2276 2275 if( m_pcRdCost->getUseLambdaScaleVSO() ) … … 2278 2277 else 2279 2278 #endif 2280 2281 2279 rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() ); 2282 2280 #if H_3D_INTER_SDC … … 2628 2626 } 2629 2627 #endif 2630 2631 2628 #if H_3D_DIM 2632 2629 Void TEncCu::xCheckRDCostIntra( TComDataCU*& rpcBestCU, TComDataCU*& rpcTempCU, PartSize eSize, Bool bOnlyIVP ) … … 2635 2632 #endif 2636 2633 { 2637 UInt uiDepth = rpcTempCU->getDepth( 0 ); 2638 2634 UInt uiDepth = rpcTempCU->getDepth( 0 ); 2639 2635 #if H_3D_VSO // M5 2640 2636 if( m_pcRdCost->getUseRenModel() )
Note: See TracChangeset for help on using the changeset viewer.