Changeset 1227 in SHVCSoftware


Ignore:
Timestamp:
9 Jul 2015, 00:24:11 (9 years ago)
Author:
seregin
Message:

macro rearrangement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1226 r1227  
    4545#if SVC_EXTENSION
    4646#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
     47
    4748#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    4849
     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
    4953#define O0164_MULTI_LAYER_HRD            1      ///< JCTVC-O0164: Multi-layer HRD operation
    5054
     
    5660#endif
    5761
    58 #define AVC_BASE                         1      ///< YUV BL reading for AVC base SVC
    59 #define SVC_POC                          1      ///< POC signalling and reset
    6062#define UNAVAILABLE_PIC_BUGFIX           1
    6163#define ALIGNED_BUMPING                  1      ///< JCTVC-P0192: Align bumping of pictures in an AU
    62 
    63 #define AUXILIARY_PICTURES               1      ///< JCTVC-O0041: auxiliary picture layers
    6464#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 extension
    6665
    6766/// scalability types
     
    111110#define P0123_ALPHA_CHANNEL_SEI          1      ///< JCTVC-P0123: SEI message for alpha channel information
    112111#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
    113113
    114114/// constants
Note: See TracChangeset for help on using the changeset viewer.