Changeset 842 in 3DVCSoftware
- Timestamp:
- 8 Feb 2014, 18:36:25 (11 years ago)
- Location:
- branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r840 r842 1083 1083 rpcBestCU->getTotalBits() += m_pcEntropyCoder->getNumberOfWrittenBits(); // split bits 1084 1084 rpcBestCU->getTotalBins() += ((TEncBinCABAC *)((TEncSbac*)m_pcEntropyCoder->m_pcEntropyCoderIf)->getEncBinIf())->getBinsCoded(); 1085 #if H_3D_VSO // M8 1086 if ( m_pcRdCost->getUseVSO() ) 1087 rpcBestCU->getTotalCost() = m_pcRdCost->calcRdCostVSO( rpcBestCU->getTotalBits(), rpcBestCU->getTotalDistortion() ); 1088 else 1089 #endif 1085 1090 rpcBestCU->getTotalCost() = m_pcRdCost->calcRdCost( rpcBestCU->getTotalBits(), rpcBestCU->getTotalDistortion() ); 1086 1091 -
branches/HTM-10.0rc1-dev0/source/Lib/TLibEncoder/TEncSlice.cpp
r841 r842 1458 1458 } 1459 1459 } 1460 #if H_3D_QTLPC 1461 rpcPic->setReduceBitsFlag(false); 1462 #endif 1460 1463 if( depSliceSegmentsEnabled ) 1461 1464 {
Note: See TracChangeset for help on using the changeset viewer.