Changeset 1392 in SHVCSoftware
- Timestamp:
- 4 Aug 2015, 03:15:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/WeightPredAnalysis.cpp
r1335 r1392 300 300 // Weighting factor limitation 301 301 const Int defaultWeight = (1<<log2Denom); 302 const Int deltaWeight = ( defaultWeight - weight);302 const Int deltaWeight = (weight - defaultWeight); 303 303 304 304 if(deltaWeight >= range || deltaWeight < -range)
Note: See TracChangeset for help on using the changeset viewer.