Changeset 320 in SHVCSoftware


Ignore:
Timestamp:
2 Aug 2013, 22:23:34 (11 years ago)
Author:
seregin
Message:

remove INTRA_BL_DST4x4

Location:
branches/SHM-3.0-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r319 r320  
    12351235    uiMode = pcCU->getLumaIntraDir( uiAbsPartIdx );
    12361236  }
    1237 #if INTRA_BL_DST4x4
    1238   else if(eTType == TEXT_LUMA && pcCU->isIntraBL(uiAbsPartIdx) )
    1239   {
    1240     uiMode = DC_IDX; //Using DST
    1241   }
    1242 #endif
    12431237  else
    12441238  {
  • branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h

    r319 r320  
    116116#else
    117117#define INTRA_BL                         1      ///< inter-layer texture prediction
    118 
    119 #if INTRA_BL
    120 #define INTRA_BL_DST4x4                  1      ///< L0067/L0204: DST4x4 for Intra BL
    121 
    122 #endif
    123118#endif
    124119
Note: See TracChangeset for help on using the changeset viewer.