Ignore:
Timestamp:
31 Dec 2014, 07:41:23 (10 years ago)
Author:
seregin
Message:

fix to the ticket #40

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComPrediction.cpp

    r916 r946  
    860860
    861861#if SVC_EXTENSION
     862#if O0215_PHASE_ALIGNMENT_REMOVAL
     863Void TComPrediction::upsampleBasePic( TComSlice* currSlice, UInt refLayerIdc, TComPicYuv* pcUsPic, TComPicYuv* pcBasePic, TComPicYuv* pcTempPic )
     864{
     865  m_cUsf.upsampleBasePic( currSlice, refLayerIdc, pcUsPic, pcBasePic, pcTempPic );
     866}
     867#else
    862868#if O0215_PHASE_ALIGNMENT
    863869#if O0194_JOINT_US_BITSHIFT
     
    892898#endif
    893899#endif
     900#endif
    894901#endif //SVC_EXTENSION
    895902//! \}
Note: See TracChangeset for help on using the changeset viewer.