Ignore:
Timestamp:
20 Apr 2014, 17:31:51 (10 years ago)
Author:
hisilicon-htm
Message:

Integration of H0108 "Clean-up on DMM and SDC DC value derivation"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev3-Hisilicon/source/Lib/TLibDecoder/TDecCu.cpp

    r884 r928  
    12311231  // get DC prediction for each segment
    12321232  Pel apDCPredValues[2];
     1233#if HS_DMM_SDC_PREDICTOR_UNIFY_H0108
     1234  if ( getDimType( uiLumaPredMode ) == DMM1_IDX || getDimType( uiLumaPredMode ) == DMM4_IDX )
     1235  {
     1236    apDCPredValues[0] = pcCU->getDmmPredictor( 0 );
     1237    apDCPredValues[1] = pcCU->getDmmPredictor( 1 );
     1238  }
     1239  else
     1240#endif
    12331241  m_pcPrediction->analyzeSegmentsSDC(piPred, uiStride, uiWidth, apDCPredValues, uiNumSegments, pbMask, uiMaskStride, uiLumaPredMode);
    12341242 
Note: See TracChangeset for help on using the changeset viewer.