Changeset 493 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 24 Jun 2013, 21:36:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncCfg.h
r492 r493 87 87 std::vector<Int> m_dimensionIdLen; ///< Length of scalability dimension s 88 88 89 // layer sets 89 // layer sets 90 90 Int m_vpsNumLayerSets; ///< Number of layer sets 91 std::vector< std::vector<Int> > m_layerIdsInSets; ///< LayerIds of Layer set91 std::vector< std::vector<Int> > m_layerIdsInSets; ///< LayerIds in vps of layer set 92 92 Bool m_defaultOneTargetOutputLayerFlag; ///< Output highest layer of layer sets by default 93 Int numAddOuputLayerSets; ///< Number of additional output layer sets93 Int numAddOuputLayerSets; ///< Number of additional output layer sets 94 94 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 layers95 std::vector< std::vector<Int> > m_layerIdsInAddOutputLayerSet; ///< LayerIds in vps of additional output layers 96 96 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 98 101 #endif 99 102 Double m_adLambdaModifier[ MAX_TLAYER ]; ///< Lambda modifier array for each temporal layer
Note: See TracChangeset for help on using the changeset viewer.