Changeset 275 in 3DVCSoftware for branches/HTM-5.1-dev3-CleanUp/source/Lib/TLibDecoder
- Timestamp:
- 14 Feb 2013, 11:45:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-CleanUp/source/Lib/TLibDecoder/TDecCu.cpp
r231 r275 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.