Changeset 320 in SHVCSoftware for branches/SHM-3.0-dev
- Timestamp:
- 2 Aug 2013, 22:23:34 (11 years ago)
- 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 1235 1235 uiMode = pcCU->getLumaIntraDir( uiAbsPartIdx ); 1236 1236 } 1237 #if INTRA_BL_DST4x41238 else if(eTType == TEXT_LUMA && pcCU->isIntraBL(uiAbsPartIdx) )1239 {1240 uiMode = DC_IDX; //Using DST1241 }1242 #endif1243 1237 else 1244 1238 { -
branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h
r319 r320 116 116 #else 117 117 #define INTRA_BL 1 ///< inter-layer texture prediction 118 119 #if INTRA_BL120 #define INTRA_BL_DST4x4 1 ///< L0067/L0204: DST4x4 for Intra BL121 122 #endif123 118 #endif 124 119
Note: See TracChangeset for help on using the changeset viewer.