Ignore:
Timestamp:
13 May 2013, 18:59:47 (12 years ago)
Author:
mitsubishi-htm
Message:

-D0165, constrained VSP @ 1x1. The VSP compensation unit would be set back to 4x4 (CTC) at the end of MERL integration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-MERL/source/Lib/TLibDecoder/TDecCu.cpp

    r399 r402  
    10861086  // reconstruct residual based on mask + DC residuals
    10871087  Pel apDCResiValues[2];
    1088   Pel apDCRecoValues[2];
     1088  //Pel apDCRecoValues[2];
    10891089  for( UInt ui = 0; ui < uiNumSegments; ui++ )
    10901090  {
     
    10931093    Pel   pRecoValue  = GetIdx2DepthValue( pPredIdx + pResiIdx );
    10941094   
    1095     apDCRecoValues[ui]  = pRecoValue;
     1095    //apDCRecoValues[ui]  = pRecoValue;
    10961096    apDCResiValues[ui]  = pRecoValue - apDCPredValues[ui];
    10971097  }
Note: See TracChangeset for help on using the changeset viewer.