Changeset 557 in 3DVCSoftware for branches/HTM-DEV-2.0-dev3-LG/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 9 Aug 2013, 03:37:18 (11 years ago)
- File:
-
- 1 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
Note: See TracChangeset for help on using the changeset viewer.