Changeset 816 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 3 Feb 2014, 11:35:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibCommon/ContextTables.h
r773 r816 125 125 #define NUM_INTER_SDC_RESIDUAL_CTX 1 ///< number of context models for abs of inter SDC residual 126 126 #endif 127 128 #if H_3D_DBBP 129 #define DBBP_NUM_FLAG_CTX 1 130 #endif 127 131 // ==================================================================================================================== 128 132 // Tables … … 459 463 //! \} 460 464 461 462 #endif 465 #if H_3D_DBBP 466 static const UChar INIT_DBBP_FLAG[3][DBBP_NUM_FLAG_CTX] = 467 { 468 { CNU }, 469 { CNU }, 470 { CNU }, 471 }; 472 #endif 473 474 #endif
Note: See TracChangeset for help on using the changeset viewer.