Changeset 601 in 3DVCSoftware for branches/HTM-DEV-2.0-dev0/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 29 Aug 2013, 15:10:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev0/source/Lib/TLibCommon/ContextTables.h
r598 r601 112 112 #if H_3D_DIM_DMM 113 113 #define NUM_DMM1_DATA_CTX 1 ///< number of context models for DMM1 data 114 #if !SEC_DMM2_E0146 114 115 #define NUM_DMM2_DATA_CTX 1 ///< number of context models for DMM2 data 116 #endif 115 117 #define NUM_DMM3_DATA_CTX 1 ///< number of context models for DMM3 data 116 118 #endif … … 388 390 #endif 389 391 #if H_3D_DIM 392 #if ZJU_DEPTH_INTRA_MODE_E0204 393 static const UChar 394 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = 395 { 396 {0, 0, 64, 168, 168, 124, CNU, 0}, 397 {0, 64, 0, 183, CNU, 108, 0, 0}, 398 {64, 0, CNU, CNU, 168, 109, 0, 0} 399 }; 400 #else 390 401 static const UChar 391 402 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = … … 395 406 {64, 0, CNU, 0, CNU, 0, 0, 0} 396 407 }; 408 #endif 397 409 static const UChar 398 410 INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] = … … 417 429 { CNU }, 418 430 }; 431 #if !SEC_DMM2_E0146 419 432 static const UChar 420 433 INIT_DMM2_DATA[3][NUM_DMM2_DATA_CTX] = … … 424 437 { CNU }, 425 438 }; 439 #endif 426 440 static const UChar 427 441 INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] =
Note: See TracChangeset for help on using the changeset viewer.