Changeset 1227 in SHVCSoftware
- Timestamp:
- 9 Jul 2015, 00:24:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1226 r1227 45 45 #if SVC_EXTENSION 46 46 #define MAX_LAYERS 8 ///< max number of layers the codec is supposed to handle 47 47 48 #define CONFORMANCE_BITSTREAM_MODE 1 ///< In order to generate the metadata related to conformance bitstreams 48 49 50 #define AUXILIARY_PICTURES 1 ///< JCTVC-O0041: auxiliary picture layers 51 #define AVC_BASE 1 ///< YUV BL reading for AVC base SVC 52 #define SVC_POC 1 ///< POC signalling and reset 49 53 #define O0164_MULTI_LAYER_HRD 1 ///< JCTVC-O0164: Multi-layer HRD operation 50 54 … … 56 60 #endif 57 61 58 #define AVC_BASE 1 ///< YUV BL reading for AVC base SVC59 #define SVC_POC 1 ///< POC signalling and reset60 62 #define UNAVAILABLE_PIC_BUGFIX 1 61 63 #define ALIGNED_BUMPING 1 ///< JCTVC-P0192: Align bumping of pictures in an AU 62 63 #define AUXILIARY_PICTURES 1 ///< JCTVC-O0041: auxiliary picture layers64 64 #define NO_CLRAS_OUTPUT_FLAG 1 65 #define P0138_USE_ALT_CPB_PARAMS_FLAG 1 ///< JCTVC-P0138: use_alt_cpb_params_flag syntax in buffering period SEI message extension66 65 67 66 /// scalability types … … 111 110 #define P0123_ALPHA_CHANNEL_SEI 1 ///< JCTVC-P0123: SEI message for alpha channel information 112 111 #define BSP_INIT_ARRIVAL_SEI 1 ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag 112 #define P0138_USE_ALT_CPB_PARAMS_FLAG 1 ///< JCTVC-P0138: use_alt_cpb_params_flag syntax in buffering period SEI message extension 113 113 114 114 /// constants
Note: See TracChangeset for help on using the changeset viewer.