Changeset 1253 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 01:51:28 (9 years ago)
Author:
seregin
Message:

port rev 4248

File:
1 edited

Legend:

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

    r1246 r1253  
    16531653  const UInt uiSizeMinus1   = (uiWidth * uiHeight) - 1;
    16541654
    1655   Pel reconstructedResi[MAX_TU_SIZE * MAX_TU_SIZE];
    1656 
    16571655  UInt uiX = 0;
    16581656  UInt uiY = 0;
     
    16931691      uiAbsSum += abs(pcCoeff[coefficientIndex]);
    16941692
    1695       if (mode == RDPCM_OFF)
    1696       {
    1697         reconstructedResi[sampleIndex] = reconstructedDelta;
    1698       }
    1699       else
     1693      if (mode != RDPCM_OFF)
    17001694      {
    17011695        accumulatorValue += reconstructedDelta;
    1702         reconstructedResi[sampleIndex] = (Pel) Clip3<TCoeff>(pelMin, pelMax, accumulatorValue);
    17031696      }
    17041697    }
Note: See TracChangeset for help on using the changeset viewer.