Ignore:
Timestamp:
24 Jun 2013, 21:36:38 (11 years ago)
Author:
tech
Message:

Incorporated further encoder parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncCfg.h

    r492 r493  
    8787  std::vector<Int>       m_dimensionIdLen;                    ///< Length of scalability dimension s
    8888
    89   // layer sets
     89  // layer sets  
    9090  Int                    m_vpsNumLayerSets;                   ///< Number of layer sets
    91   std::vector< std::vector<Int> > m_layerIdsInSets;           ///< LayerIds of Layer set
     91  std::vector< std::vector<Int> > m_layerIdsInSets;           ///< LayerIds in vps of layer set
    9292  Bool                   m_defaultOneTargetOutputLayerFlag;   ///< Output highest layer of layer sets by default
    93   Int                    numAddOuputLayerSets;              ///< Number of additional output layer sets
     93  Int                    numAddOuputLayerSets;                ///< Number of additional output layer sets
    9494  std::vector<Int>       m_outputLayerSetIdx;                 ///< Indices of layer sets used as additional output layer sets 
    95   std::vector< std::vector<Int> > m_layerIdsInAddOutputLayerSet; ///< LayerIds of additional output layers 
     95  std::vector< std::vector<Int> > m_layerIdsInAddOutputLayerSet; ///< LayerIds in vps of additional output layers
    9696  std::vector<Int>       m_profileLevelTierIdx;               ///< Indices of of profile level tier
    97 
     97 
     98  // Dependencies
     99  std::vector<std::vector<Int>> m_directRefLayers;             ///< LayerIds of direct reference layers
     100  std::vector<std::vector<Int>> m_dependencyTypes;             ///< Dependency types of direct reference layers
    98101#endif
    99102  Double    m_adLambdaModifier[ MAX_TLAYER ];                 ///< Lambda modifier array for each temporal layer
Note: See TracChangeset for help on using the changeset viewer.