Changeset 939 in 3DVCSoftware for branches/HTM-10.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 22 Apr 2014, 17:08:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r937 r939 1257 1257 // get DC prediction for each segment 1258 1258 Pel apDCPredValues[2]; 1259 #if HS_DMM_SDC_PREDICTOR_UNIFY_H0108 1260 if ( getDimType( uiLumaPredMode ) == DMM1_IDX || getDimType( uiLumaPredMode ) == DMM4_IDX ) 1261 { 1262 apDCPredValues[0] = pcCU->getDmmPredictor( 0 ); 1263 apDCPredValues[1] = pcCU->getDmmPredictor( 1 ); 1264 } 1265 else 1266 #endif 1259 1267 m_pcPrediction->analyzeSegmentsSDC(piPred, uiStride, uiWidth, apDCPredValues, uiNumSegments, pbMask, uiMaskStride, uiLumaPredMode); 1260 1268
Note: See TracChangeset for help on using the changeset viewer.