Changeset 188 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 15 Nov 2012, 21:36:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r187 r188 1348 1348 1349 1349 #if HHI_VSO 1350 #if HHI_VSO_SET_OPTIM1351 #else1352 if( m_pcRdCost->getUseRenModel() ) // necessary ??1353 {1354 UInt uiWidth = m_ppcRecoYuvBest[uhNextDepth]->getWidth ( );1355 UInt uiHeight = m_ppcRecoYuvBest[uhNextDepth]->getHeight ( );1356 Pel* piSrc = m_ppcRecoYuvBest[uhNextDepth]->getLumaAddr( 0 );1357 UInt uiSrcStride = m_ppcRecoYuvBest[uhNextDepth]->getStride ( );1358 m_pcRdCost->setRenModelData( pcSubBestPartCU, 0, piSrc, uiSrcStride, uiWidth, uiHeight );1359 }1360 #endif1361 1350 #endif 1362 1351 }
Note: See TracChangeset for help on using the changeset viewer.