Changeset 1255 in SHVCSoftware
- Timestamp:
- 14 Jul 2015, 01:57:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComTrQuant.cpp
r1253 r1255 1660 1660 const UInt majorAxisLimit = (mode == RDPCM_VER) ? uiWidth : uiHeight; 1661 1661 const UInt minorAxisLimit = (mode == RDPCM_VER) ? uiHeight : uiWidth; 1662 static const TCoeff pelMin=(Int) std::numeric_limits<Pel>::min();1663 static const TCoeff pelMax=(Int) std::numeric_limits<Pel>::max();1664 1662 1665 1663 const Bool bUseHalfRoundingPoint = (mode != RDPCM_OFF);
Note: See TracChangeset for help on using the changeset viewer.