Ignore:
Timestamp:
30 Jul 2014, 18:43:21 (11 years ago)
Author:
tech
Message:

Merged 11.2-dev1-MediaTek@1004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp

    r1001 r1029  
    924924 
    925925  // reconstruct final prediction signal by combining both segments
     926#if SHARP_DBBP_SIMPLE_FLTER_I0109
     927  m_pcPrediction->combineSegmentsWithMask(apSegPredYuv, m_ppcYuvReco[uiDepth], pMask, pcCU->getWidth(0), pcCU->getHeight(0), 0, ePartSize);
     928#else
    926929  m_pcPrediction->combineSegmentsWithMask(apSegPredYuv, m_ppcYuvReco[uiDepth], pMask, pcCU->getWidth(0), pcCU->getHeight(0));
     930#endif
    927931 
    928932  // inter recon
Note: See TracChangeset for help on using the changeset viewer.