Changeset 946 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 31 Dec 2014, 07:41:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/TComPrediction.cpp
r916 r946 860 860 861 861 #if SVC_EXTENSION 862 #if O0215_PHASE_ALIGNMENT_REMOVAL 863 Void 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 862 868 #if O0215_PHASE_ALIGNMENT 863 869 #if O0194_JOINT_US_BITSHIFT … … 892 898 #endif 893 899 #endif 900 #endif 894 901 #endif //SVC_EXTENSION 895 902 //! \}
Note: See TracChangeset for help on using the changeset viewer.