Ignore:
Timestamp:
14 Feb 2013, 11:45:40 (12 years ago)
Author:
tech
Message:

Cleanup of motionCompensation functions in C0152.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-CleanUp/source/Lib/TLibDecoder/TDecCu.cpp

    r231 r275  
    688688  // inter prediction
    689689#if MERL_VSP_C0152
    690   m_pcPrediction->motionCompensationBWVSP( pcCU, m_ppcYuvReco[uiDepth], uiAbsPartIdx );
     690  m_pcPrediction->motionCompensation( pcCU, m_ppcYuvReco[uiDepth], uiAbsPartIdx );
    691691#else
    692692  m_pcPrediction->motionCompensation( pcCU, m_ppcYuvReco[uiDepth] );
Note: See TracChangeset for help on using the changeset viewer.