Changeset 1080 in 3DVCSoftware for branches/HTM-12.1-dev0/source/Lib/TLibEncoder
- Timestamp:
- 21 Oct 2014, 23:12:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.