Changeset 1255 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 01:57:48 (9 years ago)
Author:
seregin
Message:

port rev 4250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComTrQuant.cpp

    r1253 r1255  
    16601660  const UInt  majorAxisLimit        = (mode == RDPCM_VER) ? uiWidth  : uiHeight;
    16611661  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();
    16641662
    16651663  const Bool bUseHalfRoundingPoint  = (mode != RDPCM_OFF);
Note: See TracChangeset for help on using the changeset viewer.