Changeset 678 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 15 Apr 2014, 15:55:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TCom3DAsymLUT.cpp
r677 r678 193 193 194 194 Pel min = - ( 1 << ( getOutputBitDepthY() - 2 ) ); 195 Pel max = - min /*- 1*/;195 Pel max = - min; 196 196 sPredB.Y = Clip3( min , max , sPredB.Y ); 197 197 min = - ( 1 << ( getOutputBitDepthC() - 2 ) ); 198 max = - min /*- 1*/;198 max = - min; 199 199 sPredB.U = Clip3( min , max , sPredB.U ); 200 200 sPredB.V = Clip3( min , max , sPredB.V );
Note: See TracChangeset for help on using the changeset viewer.