Changeset 1396 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 11 Mar 2016, 16:54:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncCu.cpp
r1386 r1396 1199 1199 rpcBestCU->getTotalBins() += ((TEncBinCABAC *)((TEncSbac*)m_pcEntropyCoder->m_pcEntropyCoderIf)->getEncBinIf())->getBinsCoded(); 1200 1200 #if NH_3D_VSO // M8 1201 if ( m_pcRdCost->getUse VSO() )1201 if ( m_pcRdCost->getUseLambdaScaleVSO() ) 1202 1202 { 1203 1203 rpcBestCU->getTotalCost() = m_pcRdCost->calcRdCostVSO( rpcBestCU->getTotalBits(), rpcBestCU->getTotalDistortion() ); … … 1340 1340 } 1341 1341 #if NH_3D_VSO // M10 1342 if ( m_pcRdCost->getUse VSO() )1342 if ( m_pcRdCost->getUseLambdaScaleVSO() ) 1343 1343 { 1344 1344 rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCostVSO( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() ); … … 2974 2974 rpcTempCU->getTotalBins() = ((TEncBinCABAC *)((TEncSbac*)m_pcEntropyCoder->m_pcEntropyCoderIf)->getEncBinIf())->getBinsCoded(); 2975 2975 #if NH_3D_VSO // M44 2976 if ( m_pcRdCost->getUse VSO() )2976 if ( m_pcRdCost->getUseLambdaScaleVSO() ) 2977 2977 { 2978 2978 rpcTempCU->getTotalCost() = m_pcRdCost->calcRdCostVSO( rpcTempCU->getTotalBits(), rpcTempCU->getTotalDistortion() ); … … 3047 3047 pcCU->getTotalBins() += ((TEncBinCABAC *)((TEncSbac*)m_pcEntropyCoder->m_pcEntropyCoderIf)->getEncBinIf())->getBinsCoded(); 3048 3048 #if NH_3D_VSO // M45 3049 if ( m_pcRdCost->getUse VSO() )3049 if ( m_pcRdCost->getUseLambdaScaleVSO() ) 3050 3050 { 3051 3051 pcCU->getTotalCost() = m_pcRdCost->calcRdCostVSO( pcCU->getTotalBits(), pcCU->getTotalDistortion() );
Note: See TracChangeset for help on using the changeset viewer.