Changeset 414 in 3DVCSoftware for branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibCommon
- Timestamp:
- 17 May 2013, 14:17:35 (12 years ago)
- Location:
- branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibCommon/ContextTables.h
r406 r414 138 138 #define SDC_NUM_SIGN_FLAG_CTX 1 139 139 #endif 140 #if LGE_CONCATENATE 140 #if LGE_CONCATENATE_D0141 141 141 #define SDC_NUM_RESIDUAL_CTX 1 142 142 #else … … 581 581 }; 582 582 583 #if LGE_CONCATENATE 583 #if LGE_CONCATENATE_D0141 584 584 static const UChar INIT_SDC_RESIDUAL[3][SDC_NUM_RESIDUAL_CTX] = 585 585 { -
branches/HTM-6.2-dev3-RWTH-Fix/source/Lib/TLibCommon/TypeDef.h
r406 r414 74 74 #define INTEL_SDC64_D0193 1 // JCT3V-D0193: SDC binary clean up (use a 1 bit binary code to signal sdc_pred_mode when CU size is 64x64) 75 75 #define RWTH_SDC_CTX_SIMPL_D0032 1 // JCT3V-D0032: CABAC Context Reduction for Simplified Depth Coding 76 #define LGE_CONCATENATE 1 // JCT3V-D0141: concatenate binarization for residual index coding76 #define LGE_CONCATENATE_D0141 1 // JCT3V-D0141: concatenate binarization for residual index coding 77 77 #endif 78 78 #define FIX_SDC_ENC_RD_WVSO_D0163 1 // JCT3V-D0163: fix for SDC encoder rd-cost (VSO -> WVSO)
Note: See TracChangeset for help on using the changeset viewer.