Changeset 724 in 3DVCSoftware for trunk/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 30 Nov 2013, 12:29:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/ContextTables.h
r655 r724 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 … … 371 377 INIT_ARPW[3][NUM_ARPW_CTX] = 372 378 { 379 #if LGE_ARP_CTX_F0161 380 { 162, 153, 154, 162 }, 381 { 162, 153, 154, 162 }, 382 { 162, 153, 154, 162 }, 383 #else 373 384 { 154, 154, 154, 154 }, 374 385 { 154, 154, 154, 154 }, 375 386 { 154, 154, 154, 154 }, 387 #endif 376 388 }; 377 389 #endif … … 381 393 INIT_IC_FLAG[3][NUM_IC_FLAG_CTX] = 382 394 { 395 #if LGE_IC_CTX_F0160 396 { 154, 154, 154, }, 397 { 154, 154, 154, }, 398 { 154, 154, 154, }, 399 #else 383 400 { CNU, CNU, CNU, }, 384 401 { 197, 185, 201, }, 385 402 { 197, 185, 201, }, 403 #endif 386 404 }; 387 405 #endif … … 405 423 INIT_DDC_DATA[3][NUM_DDC_DATA_CTX] = 406 424 { 425 #if QC_DIM_DELTADC_UNIFY_F0132 426 { 154 }, 427 { 154 }, 428 { 154 }, 429 #else 407 430 { CNU, CNU }, 408 431 { CNU, CNU }, 409 432 { CNU, CNU }, 433 #endif 410 434 }; 411 435 #if H_3D_DIM_DMM … … 417 441 { CNU }, 418 442 }; 443 #if !SEC_DMM3_RBC_F0147 419 444 static const UChar 420 445 INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] = … … 424 449 { CNU }, 425 450 }; 451 #endif 426 452 #endif 427 453 #if H_3D_DIM_RBC
Note: See TracChangeset for help on using the changeset viewer.