Ignore:
Timestamp:
18 Jul 2015, 01:59:29 (9 years ago)
Author:
seregin
Message:

port rev 4324 (g_uiMaxDepth, g_uiAddDepth)

File:
1 edited

Legend:

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

    r1289 r1290  
    117117  const UInt uiTuHeight2      = uiTuHeight << 1;
    118118
    119   const Int  iBaseUnitSize    = sps.getMaxCUWidth() >> g_uiMaxCUDepth;
     119  const Int  iBaseUnitSize    = sps.getMaxCUWidth() >> sps.getMaxTotalCUDepth();
    120120  const Int  iUnitWidth       = iBaseUnitSize  >> pcCU->getPic()->getPicYuvRec()->getComponentScaleX(compID);
    121121  const Int  iUnitHeight      = iBaseUnitSize  >> pcCU->getPic()->getPicYuvRec()->getComponentScaleY(compID);
Note: See TracChangeset for help on using the changeset viewer.