Changeset 16 in SHVCSoftware for trunk/source


Ignore:
Timestamp:
29 Jan 2013, 02:49:56 (12 years ago)
Author:
seregin
Message:

INTRA_BL_DST4x4: DST4x4 for luma IntraBL (L0067/L0204)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComTrQuant.cpp

    r15 r16  
    14051405  }
    14061406#if INTRA_BL_DST4x4
    1407   if(eTType == TEXT_LUMA && pcCU->isIntraBL(uiAbsPartIdx) )
     1407  else if(eTType == TEXT_LUMA && pcCU->isIntraBL(uiAbsPartIdx) )
    14081408  {
    14091409    uiMode = DC_IDX; //Using DST
Note: See TracChangeset for help on using the changeset viewer.