Changeset 786 in SHVCSoftware
- Timestamp:
- 6 Jun 2014, 19:27:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r785 r786 70 70 ///< JCTVC-P0192: Assign layers to sub-DPBs based on the rep_format() signaled in the VPS 71 71 #define ALIGNED_BUMPING 1 ///< JCTVC-P0192: Align bumping of pictures in an AU 72 #define MAX_SUBDPBS MAX_LAYERS73 #define SUB_BITSTREAM_PROPERTY_SEI 1 ///< JCTVC-P0204: Sub-bitstream property SEI message74 #if SUB_BITSTREAM_PROPERTY_SEI75 #define MAX_SUB_STREAMS 102476 #endif77 72 #define O0109_O0199_FLAGS_TO_VUI 1 ///< JCTVC-O0109, O0199: move single_layer_for_non_irap_flag and higher_layer_flag to vps_vui 78 73 #define O0109_VIEW_ID_LEN 1 ///< JCTVC-O0109: view_id_len_minus1 to view_id_len, and add constraint (1<<view_id_len) is greater than or equal to NumViews … … 91 86 #define O0164_MULTI_LAYER_HRD 1 ///< JCTVC-O0164: Multi-layer HRD operation 92 87 #define Q0182_MULTI_LAYER_HRD_UPDATE 1 ///< JCTVC-Q0182: On bitstream partition buffering 93 94 #define Q0074_SEI_COLOR_MAPPING 1 ///< JCTVC-Q0074, SEI Color Mapping95 88 96 89 #define O0194_DIFFERENT_BITDEPTH_EL_BL 1 ///< JCTVC-O0194: Support for different bitdepth values for BL and EL, add required configuration parameters (and Some bugfixes when REPN_FORMAT_IN_VPS (JCTVC-N0092) is enabled) … … 208 201 209 202 #define VIEW_ID_RELATED_SIGNALING 1 ///< Introduce syntax elements view_id and view_id_val 210 #define LAYERS_NOT_PRESENT_SEI 1 ///< JCTVC-M0043: add layers not present SEI.211 #define N0383_IL_CONSTRAINED_TILE_SETS_SEI 1212 203 #define N0065_LAYER_POC_ALIGNMENT 1 213 204 … … 258 249 #define HRD_BPB 1 ///< JCTVC-Q0101 Bitstream Partition Buffering Proposals 259 250 #define DPB_CONSTRAINTS 1 ///< JCTVC-Q0100 RPS DPB constraints 260 #define P0050_KNEE_FUNCTION_SEI 1 ///< JCTVC-P0050: Knee function SEI261 251 #define Q0189_TMVP_CONSTRAINTS 1 262 252 #define Q0247_FRAME_FIELD_INFO 1 … … 269 259 }; 270 260 #endif 261 262 // SEI messages 263 #define P0050_KNEE_FUNCTION_SEI 1 ///< JCTVC-P0050: Knee function SEI 264 #define SUB_BITSTREAM_PROPERTY_SEI 1 ///< JCTVC-P0204: Sub-bitstream property SEI message 265 #if SUB_BITSTREAM_PROPERTY_SEI 266 #define MAX_SUB_STREAMS 1024 267 #endif 268 #define Q0074_SEI_COLOR_MAPPING 1 ///< JCTVC-Q0074, SEI Color Mapping 269 #define LAYERS_NOT_PRESENT_SEI 1 ///< JCTVC-M0043: add layers not present SEI. 270 #define N0383_IL_CONSTRAINED_TILE_SETS_SEI 1 271 271 272 272 273 #else
Note: See TracChangeset for help on using the changeset viewer.