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/TLibEncoder/TEncCu.cpp

    r991 r998  
    24452445 
    24462446  // reconstruct final prediction signal by combining both segments
     2447#if SHARP_DBBP_SIMPLE_FLTER_I0109
     2448  m_pcPredSearch->combineSegmentsWithMask(apPredYuv, m_ppcPredYuvTemp[uhDepth], pMask, uiWidth, uiHeight, 0, eVirtualPartSize);
     2449#else
    24472450  m_pcPredSearch->combineSegmentsWithMask(apPredYuv, m_ppcPredYuvTemp[uhDepth], pMask, uiWidth, uiHeight);
     2451#endif
    24482452 
    24492453  m_pcPredSearch->encodeResAndCalcRdInterCU( rpcTempCU, m_ppcOrigYuv[uhDepth], m_ppcPredYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], m_ppcResiYuvBest[uhDepth], m_ppcRecoYuvTemp[uhDepth], false );
Note: See TracChangeset for help on using the changeset viewer.