- Timestamp:
- 30 Aug 2012, 18:19:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncSearch.cpp
r115 r119 1143 1143 #endif 1144 1144 { 1145 ruiDist += m_pcRdCost->getDistPart( piReco, uiStride, piOrg, uiStride, uiWidth, uiHeight );1146 }1145 ruiDist += m_pcRdCost->getDistPart( piReco, uiStride, piOrg, uiStride, uiWidth, uiHeight ); 1146 } 1147 1147 } 1148 1148 … … 6166 6166 } 6167 6167 else 6168 #e lse6168 #endif 6169 6169 { 6170 6170 uiActDist = m_pcRdCost->getDistVS( pcCU, 0, piPredic, uiStride, piOrig, uiStride, uiWidth, uiHeight, false, 0 ); 6171 6171 } 6172 #endif6173 6172 6174 6173 if( uiActDist < uiBestDist || uiBestDist == RDO_DIST_MAX )
Note: See TracChangeset for help on using the changeset viewer.