Changeset 1300 in SHVCSoftware
- Timestamp:
- 21 Jul 2015, 00:14:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComTrQuant.cpp
r1298 r1300 1303 1303 1304 1304 // iAdd is different from the iAdd used in normal quantization 1305 const Int iAdd = (compID == COMPONENT_Y ? 171 : 256) << (iQBits-9); 1306 const Int qBits8 = iQBits - 8; 1305 const Int iAdd = (compID == COMPONENT_Y ? 171 : 256) << (iQBits-9); 1307 1306 1308 1307 for( Int uiBlockPos = 0; uiBlockPos < uiWidth*uiHeight; uiBlockPos++ )
Note: See TracChangeset for help on using the changeset viewer.