Changeset 557 in 3DVCSoftware for branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon
- Timestamp:
- 9 Aug 2013, 03:37:18 (11 years ago)
- Location:
- branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon/TComDataCU.cpp
r554 r557 2489 2489 // check prediction mode 2490 2490 UInt uiLumaPredMode = getLumaIntraDir( uiAbsPartIdx ); 2491 #if LGE_SDC_REMOVE_DC_E0158 2492 if( uiLumaPredMode == PLANAR_IDX || ( getDimType( uiLumaPredMode ) == DMM1_IDX && !isDimDeltaDC( uiLumaPredMode ) ) ) 2493 #else 2491 2494 if( uiLumaPredMode == DC_IDX || uiLumaPredMode == PLANAR_IDX || ( getDimType( uiLumaPredMode ) == DMM1_IDX && !isDimDeltaDC( uiLumaPredMode ) ) ) 2495 #endif 2492 2496 return true; 2493 2497 -
branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon/TComRom.cpp
r531 r557 347 347 { //2x2 4x4 8x8 16x16 32x32 64x64 348 348 0, 7, 10, 11, 11, 13 }; 349 #if LGE_PKU_DMM3_OVERLAP_E0159 350 const UChar g_dmm3IntraTabIdxBits[6] = 351 { //2x2 4x4 8x8 16x16 32x32 64x64 352 0, 4, 7, 8, 8, 0 }; 353 #else 349 354 const UChar g_dmm3IntraTabIdxBits[6] = 350 355 { //2x2 4x4 8x8 16x16 32x32 64x64 351 356 0, 6, 9, 9, 9, 0 }; 357 #endif 352 358 353 359 extern std::vector< std::vector<TComWedgelet> > g_dmmWedgeLists; -
branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon/TypeDef.h
r554 r557 179 179 // HHI_DEPTH_INTRA_SEARCH_RAU_C0160 180 180 // LG_ZEROINTRADEPTHRESI_A0087 181 #if H_3D_DIM_SDC 182 #define LGE_SDC_REMOVE_DC_E0158 1 // Removal of DC mode from SDC 183 #endif 184 #if H_3D_DIM_DMM 185 #define LGE_PKU_DMM3_OVERLAP_E0159 1 // Removal of overlap between DMM3 and DMM1 186 #endif 181 187 #endif 182 188
Note: See TracChangeset for help on using the changeset viewer.