Changeset 712 in 3DVCSoftware for branches/HTM-8.2-dev0/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 21 Nov 2013, 13:28:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0/source/Lib/TLibCommon/ContextTables.h
r710 r712 109 109 #define NUM_DEPTH_INTRA_MODE_CTX 8 ///< number of context models for depth intra modes 110 110 #define NUM_DDC_FLAG_CTX 2 ///< number of context models for deltaDC flag (DMM or RBC) 111 #if QC_DIM_DELTADC_UNIFY_F0132 112 #define NUM_DDC_DATA_CTX 1 ///< number of context models for deltaDC data (DMM or RBC) 113 #else 111 114 #define NUM_DDC_DATA_CTX 2 ///< number of context models for deltaDC data (DMM or RBC) 115 #endif 112 116 #if H_3D_DIM_DMM 113 117 #define NUM_DMM1_DATA_CTX 1 ///< number of context models for DMM1 data 118 #if !SEC_DMM3_RBC_F0147 114 119 #define NUM_DMM3_DATA_CTX 1 ///< number of context models for DMM3 data 120 #endif 115 121 #endif 116 122 #if H_3D_DIM_RBC … … 387 393 INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 388 394 { 395 #if LGE_IC_CTX_F0160 396 { 154, 154, 154, }, 397 { 154, 154, 154, }, 398 { 154, 154, 154, }, 399 #else 389 400 { CNU, CNU, CNU, }, 390 401 { 197, 185, 201, }, 391 402 { 197, 185, 201, }, 403 #endif 392 404 }; 393 405 #endif … … 411 423 INIT_DDC_DATA[3][NUM_DDC_DATA_CTX] = 412 424 { 425 #if QC_DIM_DELTADC_UNIFY_F0132 426 { 154 }, 427 { 154 }, 428 { 154 }, 429 #else 413 430 { CNU, CNU }, 414 431 { CNU, CNU }, 415 432 { CNU, CNU }, 433 #endif 416 434 }; 417 435 #if H_3D_DIM_DMM … … 423 441 { CNU }, 424 442 }; 443 #if !SEC_DMM3_RBC_F0147 425 444 static const UChar 426 445 INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] = … … 430 449 { CNU }, 431 450 }; 451 #endif 432 452 #endif 433 453 #if H_3D_DIM_RBC
Note: See TracChangeset for help on using the changeset viewer.