Changeset 1237 in 3DVCSoftware
- Timestamp:
- 27 May 2015, 20:11:43 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1-RWTH/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder/TAppEncTop.cpp
r1236 r1237 2414 2414 2415 2415 UInt uiMaxDiff = 0; 2416 UInt uiMinDiff = INT_MAX;2416 UInt uiMinDiff = MAX_INT; 2417 2417 UInt uiLengthMinDiff = 0; 2418 2418 UInt uiLengthDltDiffMinusMin = 0; -
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1236 r1237 523 523 { 524 524 Bool bDltBitMapRepFlag = false; 525 UInt uiMaxDiff = INT_MAX;525 UInt uiMaxDiff = MAX_INT; 526 526 UInt uiMinDiff = 0; 527 527 UInt uiCodeLength = 0; -
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibEncoder/TEncCavlc.cpp
r1227 r1237 444 444 { 445 445 UInt uiMaxDiff = 0; 446 UInt uiMinDiff = INT_MAX;446 UInt uiMinDiff = MAX_INT; 447 447 UInt uiLengthMinDiff = 0; 448 448 UInt uiLengthDltDiffMinusMin = 0;
Note: See TracChangeset for help on using the changeset viewer.