Changeset 1365 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TLibCommon
- Timestamp:
- 28 Oct 2015, 19:50:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPrediction.cpp
r1364 r1365 1969 1969 } 1970 1970 1971 Void TComPrediction::xWeightedAverage( TComYuv* pcYuvSrc0, TComYuv* pcYuvSrc1, Int iRefIdx0, Int iRefIdx1, UInt uiPartIdx, Int iWidth, Int iHeight, TComYuv* pcYuvDst, const BitDepths &clipBitDepths 1972 ) 1971 Void TComPrediction::xWeightedAverage( TComYuv* pcYuvSrc0, TComYuv* pcYuvSrc1, Int iRefIdx0, Int iRefIdx1, UInt uiPartIdx, Int iWidth, Int iHeight, TComYuv* pcYuvDst, const BitDepths &clipBitDepths ) 1973 1972 { 1974 1973 if( iRefIdx0 >= 0 && iRefIdx1 >= 0 )
Note: See TracChangeset for help on using the changeset viewer.