Changeset 904 in 3DVCSoftware
- Timestamp:
- 10 Apr 2014, 03:00:57 (11 years ago)
- Location:
- branches/HTM-10.2-dev3-MediaTek
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev3-MediaTek/source/Lib/TLibCommon/TypeDef.h
r903 r904 199 199 // QC_PKU_SDC_SPLIT_G0123 Intra SDC Split 200 200 #define MTK_DELTA_DC_FLAG_ONE_CONTEXT_H0084_H0100_H0113 1 // Use only one context for CABAC of delta_dc_flag as in JCTVC-H0084, JCTVC-H0100 and JCTVC-H0113 201 201 #define MTK_SDC_FLAG_FIX_H0095 1 // Remove conditional check of PCM flag based on SDC flag, JCTVC-H0095 202 202 203 203 #define H_3D_INTER_SDC 1 // INTER SDC, Inter simplified depth coding -
branches/HTM-10.2-dev3-MediaTek/source/Lib/TLibDecoder/TDecEntropy.cpp
r884 r904 196 196 return; 197 197 } 198 #if !MTK_SDC_FLAG_FIX_H0095 198 199 #if H_3D_DIM_SDC 199 200 if( pcCU->getSDCFlag(uiAbsPartIdx) ) … … 201 202 return; 202 203 } 204 #endif 203 205 #endif 204 206 -
branches/HTM-10.2-dev3-MediaTek/source/Lib/TLibEncoder/TEncEntropy.cpp
r902 r904 283 283 return; 284 284 } 285 #if !MTK_SDC_FLAG_FIX_H0095 285 286 #if H_3D_DIM_SDC 286 287 if( pcCU->getSDCFlag(uiAbsPartIdx) ) … … 288 289 return; 289 290 } 291 #endif 290 292 #endif 291 293
Note: See TracChangeset for help on using the changeset viewer.