Changeset 1308 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder
- Timestamp:
- 5 Aug 2015, 14:22:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncSearch.cpp
r1307 r1308 2205 2205 2206 2206 //===== determine distortion ===== 2207 #if NH_3D_VSO 2207 #if NH_3D_INTRA_SDC_RD_FIX 2208 #if NH_3D_VSO 2208 2209 if( m_pcRdCost->getUseVSO() ) 2209 2210 { 2211 ruiDist = m_pcRdCost->getDistPartVSO( pcCU, uiAbsPartIdx, bitDepthY, piPred, uiStride, piOrg, uiStride, uiWidth, uiHeight, false ); 2212 } 2213 else 2214 #endif 2215 #else 2216 #if NH_3D_VSO 2217 if( m_pcRdCost->getUseVSO() ) 2218 { 2210 2219 if( m_pcRdCost->getUseEstimatedVSD() ) 2211 2220 { … … 2218 2227 } 2219 2228 else 2229 #endif 2220 2230 #endif 2221 2231 {
Note: See TracChangeset for help on using the changeset viewer.