Changeset 861 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
12 Aug 2014, 00:51:17 (11 years ago)
Author:
qualcomm
Message:

Support for specifying output layer sets in the configuration file at encoder. (Macro: OUTPUT_LAYER_SETS_CONFIG)

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r856 r861  
    5151#define POC_RESET_RESTRICTIONS           1      ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R0223
    5252#define POC_RESET_VALUE_RESTRICTION      1      ///< R0223: Restriction on the value of full_poc_reset_flag
     53#define OUTPUT_LAYER_SETS_CONFIG         1
    5354#define O0137_MAX_LAYERID                1      ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1
    5455
     
    323324#define MAX_VPS_OP_LAYER_SETS_PLUS1               (MAX_LAYERS+1)
    324325#define MAX_VPS_LAYER_SETS_PLUS1                  1024
     326#define MAX_VPS_OUTPUT_LAYER_SETS_PLUS1           1024
    325327#define MAX_VPS_LAYER_ID_PLUS1                    MAX_LAYERS
    326328#else
Note: See TracChangeset for help on using the changeset viewer.