Changeset 257 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 5 Feb 2013, 02:08:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-MERL/source/Lib/TLibDecoder/TDecCu.cpp
r231 r257 688 688 // inter prediction 689 689 #if MERL_VSP_C0152 690 m_pcPrediction->motionCompensation BWVSP( pcCU, m_ppcYuvReco[uiDepth], uiAbsPartIdx );690 m_pcPrediction->motionCompensation( pcCU, m_ppcYuvReco[uiDepth], uiAbsPartIdx ); 691 691 #else 692 692 m_pcPrediction->motionCompensation( pcCU, m_ppcYuvReco[uiDepth] );
Note: See TracChangeset for help on using the changeset viewer.