Ignore:
Timestamp:
5 Feb 2013, 02:08:48 (12 years ago)
Author:
mitsubishi-htm
Message:

-Harmonize the implementation of compensation function with existing ones.

File:
1 edited

Legend:

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

    r231 r257  
    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.