Changeset 15 in SHVCSoftware for trunk/source/Lib/TLibCommon


Ignore:
Timestamp:
29 Jan 2013, 01:25:01 (12 years ago)
Author:
seregin
Message:

INTRA_BL_DST4x4: DST4x4 for luma IntraBL (L0067/L0204)

Location:
trunk/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r2 r15  
    14041404    uiMode = pcCU->getLumaIntraDir( uiAbsPartIdx );
    14051405  }
     1406#if INTRA_BL_DST4x4
     1407  if(eTType == TEXT_LUMA && pcCU->isIntraBL(uiAbsPartIdx) )
     1408  {
     1409    uiMode = DC_IDX; //Using DST
     1410  }
     1411#endif
    14061412  else
    14071413  {
  • trunk/source/Lib/TLibCommon/TypeDef.h

    r13 r15  
    5757#else
    5858#define INTRA_BL                         1      ///< inter-layer texture prediction
     59
     60#if INTRA_BL
     61#define INTRA_BL_DST4x4                  1      ///< L0067/L0204 DST4x4 for Intra BL
     62
    5963// Hooks
    6064#if !AVC_BASE
     
    6468#endif
    6569
     70#endif
    6671#endif
    6772
Note: See TracChangeset for help on using the changeset viewer.