Changeset 1411 in SHVCSoftware


Ignore:
Timestamp:
4 Aug 2015, 04:25:41 (9 years ago)
Author:
seregin
Message:

port rev 4565

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/WeightPredAnalysis.cpp

    r1409 r1411  
    167167  const Int maxSearchWeight = std::min<Int>(initialWeight + weightRange+1, defaultWeight + range);
    168168
    169   Distortion minDistortion   = std::numeric_limits<Int64>::max();
     169  Distortion minDistortion   = std::numeric_limits<Distortion>::max();
    170170  Int        bestWeight      = initialWeight;
    171171  Int        bestOffset      = initialOffset;
Note: See TracChangeset for help on using the changeset viewer.