Changeset 805 in 3DVCSoftware for branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 27 Jan 2014, 06:48:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibCommon/ContextTables.h
r773 r805 101 101 102 102 #if H_3D_IC 103 #if MTK_IC_FLAG_CABAC_SIMP_G0061 104 #define NUM_IC_FLAG_CTX 1 ///< number of context models for illumination compensation flag 105 #else 103 106 #define NUM_IC_FLAG_CTX 3 ///< number of context models for illumination compensation flag 107 #endif 104 108 #endif 105 109 … … 374 378 375 379 #if H_3D_IC 380 #if MTK_IC_FLAG_CABAC_SIMP_G0061 381 static const UChar 382 INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 383 { 384 { 154 }, 385 { 154 }, 386 { 154 }, 387 }; 388 #else 376 389 static const UChar 377 390 INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = … … 382 395 }; 383 396 #endif 397 #endif 384 398 #if H_3D_DIM 385 399 static const UChar
Note: See TracChangeset for help on using the changeset viewer.