Changeset 275 in 3DVCSoftware for branches/HTM-5.1-dev3-CleanUp/source/Lib/TLibEncoder/TEncCu.cpp
- 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/TLibEncoder/TEncCu.cpp
r231 r275 1973 1973 { 1974 1974 #if MERL_VSP_C0152 1975 m_pcPredSearch->motionCompensation BWVSP( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() );1975 m_pcPredSearch->motionCompensation ( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() ); 1976 1976 #else 1977 1977 m_pcPredSearch->motionCompensation ( rpcTempCU, m_ppcPredYuvTemp[uhDepth] ); … … 1987 1987 { 1988 1988 #if MERL_VSP_C0152 1989 m_pcPredSearch->motionCompensation BWVSP( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() );1989 m_pcPredSearch->motionCompensation( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() ); 1990 1990 #else 1991 1991 m_pcPredSearch->motionCompensation ( rpcTempCU, m_ppcPredYuvTemp[uhDepth] ); … … 2824 2824 rpcTempCU->setPredModeSubParts( bSkipResidual ? MODE_SKIP : MODE_INTER, 0, uhDepth ); 2825 2825 #if MERL_VSP_C0152 2826 m_pcPredSearch->motionCompensation BWVSP( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() );2826 m_pcPredSearch->motionCompensation( rpcTempCU, m_ppcPredYuvTemp[uhDepth], rpcTempCU->getZorderIdxInCU() ); 2827 2827 #else 2828 2828 m_pcPredSearch->motionCompensation( rpcTempCU, m_ppcPredYuvTemp[uhDepth] );
Note: See TracChangeset for help on using the changeset viewer.