Ignore:
Timestamp:
9 May 2013, 07:51:01 (12 years ago)
Author:
mediatek-htm
Message:

D0156 source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibDecoder/TDecEntropy.cpp

    r355 r384  
    317317      else // MPI not used
    318318#endif
     319#if MTK_D0156
     320          if( !pcCU->getSlice()->getSPS()->getUseVSPCompensation() )
     321          {
     322              pcCU->setVSPIndexSubParts( 0, uiSubPartIdx, uiPartIdx, uiDepth );
     323          }
     324          else
     325#endif
    319326      {
    320327        Int iVSPIdx = 0;
Note: See TracChangeset for help on using the changeset viewer.