Changeset 1029 in 3DVCSoftware for branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 30 Jul 2014, 18:43:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r1001 r1029 924 924 925 925 // 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 926 929 m_pcPrediction->combineSegmentsWithMask(apSegPredYuv, m_ppcYuvReco[uiDepth], pMask, pcCU->getWidth(0), pcCU->getHeight(0)); 930 #endif 927 931 928 932 // inter recon
Note: See TracChangeset for help on using the changeset viewer.