Changeset 302 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 28 Jun 2013, 00:40:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibCommon/TComPrediction.cpp
r282 r302 122 122 Pel TComPrediction::predIntraGetPredValDC( Int* pSrc, Int iSrcStride, UInt iWidth, UInt iHeight, Bool bAbove, Bool bLeft ) 123 123 { 124 assert(iWidth > 0 && iHeight > 0); 124 125 Int iInd, iSum = 0; 125 126 Pel pDcVal;
Note: See TracChangeset for help on using the changeset viewer.