Changeset 561 in 3DVCSoftware for branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibCommon
- Timestamp:
- 11 Aug 2013, 17:37:58 (12 years ago)
- Location:
- branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibCommon/ContextTables.h
r554 r561 384 384 #endif 385 385 #if H_3D_DIM 386 #if ZJU_DEPTH_INTRA_MODE_E0204 387 static const UChar 388 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = 389 { 390 {0, 0, 64, 168, 168, 124, CNU, 0}, 391 {0, 64, 0, 183, CNU, 108, 0, 0}, 392 {64, 0, CNU, CNU, 168, 109, 0, 0} 393 }; 394 #else 386 395 static const UChar 387 396 INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] = … … 391 400 {64, 0, CNU, 0, CNU, 0, 0, 0} 392 401 }; 402 #endif 393 403 static const UChar 394 404 INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] = -
branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibCommon/TypeDef.h
r557 r561 172 172 #if H_3D_DIM 173 173 #define SEC_DMM2_E0146 1 // Removal of DMM2 from DMMs 174 #define ZJU_DEPTH_INTRA_MODE_E0204 1 // Simplified Binarization for depth_intra_mode 174 175 #endif 175 176 #define H_3D_DIM_RBC 1 // Region Boundary Chain mode
Note: See TracChangeset for help on using the changeset viewer.