Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibCommon/ContextTables.h
- Timestamp:
- 23 Oct 2013, 23:01:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/ContextTables.h
r622 r655 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_HHIFIX115 #define NUM_DMM2_DATA_CTX 1 ///< number of context models for DMM2 data116 #endif117 114 #define NUM_DMM3_DATA_CTX 1 ///< number of context models for DMM3 data 118 115 #endif … … 127 124 #endif 128 125 129 #if LGE_INTER_SDC_E0156126 #if H_3D_INTER_SDC 130 127 #define NUM_INTER_SDC_FLAG_CTX 1 ///< number of context models for inter SDC flag 131 128 #define NUM_INTER_SDC_SIGN_FLAG_CTX 1 ///< number of context models for sign of inter SDC residual … … 390 387 #endif 391 388 #if H_3D_DIM 392 #if ZJU_DEPTH_INTRA_MODE_E0204393 389 static const UChar 394 390 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = … … 398 394 {64, 0, CNU, CNU, 168, 109, 0, 0} 399 395 }; 400 #else 401 static const UChar 402 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = 403 { 404 {0, 0, 64, 0, CNU, 0, CNU, 0}, 405 {0, 64, 0, CNU, 0, CNU, 0, 0}, 406 {64, 0, CNU, 0, CNU, 0, 0, 0} 407 }; 408 #endif 396 409 397 static const UChar 410 398 INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] = … … 429 417 { CNU }, 430 418 }; 431 #if !SEC_DMM2_E0146_HHIFIX432 static const UChar433 INIT_DMM2_DATA[3][NUM_DMM2_DATA_CTX] =434 {435 { CNU },436 { CNU },437 { CNU },438 };439 #endif440 419 static const UChar 441 420 INIT_DMM3_DATA[3][NUM_DMM3_DATA_CTX] = … … 473 452 #endif 474 453 475 #if LGE_INTER_SDC_E0156454 #if H_3D_INTER_SDC 476 455 static const UChar 477 456 INIT_INTER_SDC_FLAG[3][NUM_INTER_SDC_FLAG_CTX] =
Note: See TracChangeset for help on using the changeset viewer.