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/TLibCommon/TComPrediction.cpp

    r888 r928  
    500500  Pel* pDst = piPred;
    501501  xAssignBiSegDCs( pDst, uiStride, biSegPattern, patternStride, segDC1, segDC2 );
     502#if HS_DMM_SDC_PREDICTOR_UNIFY_H0108
     503  pcCU->setDmmPredictor(segDC1, 0);
     504  pcCU->setDmmPredictor(segDC2, 1);
     505#endif
    502506
    503507#if H_3D_DIM_DMM
     
    21962200  if (orgDC == false)
    21972201  {
     2202#if !HS_DMM_SDC_PREDICTOR_UNIFY_H0108
    21982203    if ( getDimType(uiIntraMode) == DMM1_IDX )
    21992204    {
     
    22412246    }
    22422247    else
     2248#endif
    22432249    {
    22442250      Pel* pLeftTop = pOrig;
Note: See TracChangeset for help on using the changeset viewer.