Changeset 1300 in SHVCSoftware


Ignore:
Timestamp:
21 Jul 2015, 00:14:17 (9 years ago)
Author:
seregin
Message:

port rev 4338

File:
1 edited

Legend:

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

    r1298 r1300  
    13031303
    13041304  // 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); 
    13071306
    13081307  for( Int uiBlockPos = 0; uiBlockPos < uiWidth*uiHeight; uiBlockPos++ )
Note: See TracChangeset for help on using the changeset viewer.