Ignore:
Timestamp:
18 Jul 2014, 05:19:45 (10 years ago)
Author:
sharpjp-htm
Message:

Integration of I0109

File:
1 edited

Legend:

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

    r976 r998  
    832832 
    833833  // reconstruct final prediction signal by combining both segments
     834#if SHARP_DBBP_SIMPLE_FLTER_I0109
     835  m_pcPrediction->combineSegmentsWithMask(apSegPredYuv, m_ppcYuvReco[uiDepth], pMask, pcCU->getWidth(0), pcCU->getHeight(0), 0, ePartSize);
     836#else
    834837  m_pcPrediction->combineSegmentsWithMask(apSegPredYuv, m_ppcYuvReco[uiDepth], pMask, pcCU->getWidth(0), pcCU->getHeight(0));
     838#endif
    835839 
    836840  // inter recon
Note: See TracChangeset for help on using the changeset viewer.