Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/ContextTables.h
r464 r468 100 100 #endif 101 101 102 #if H_3D_IC 103 #define NUM_IC_FLAG_CTX 3 ///< number of context models for illumination compensation flag 104 #endif 105 102 106 #define CNU 154 ///< dummy initialization value for unused context models 'Context model Not Used' 103 107 … … 349 353 }; 350 354 #endif 355 356 #if H_3D_IC 357 static const UChar 358 INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 359 { 360 { CNU, CNU, CNU, }, 361 { 197, 185, 201, }, 362 { 197, 185, 201, }, 363 }; 364 #endif 365 351 366 //! \} 352 367
Note: See TracChangeset for help on using the changeset viewer.