Changeset 738 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 10 Dec 2013, 13:50:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncCfg.h
r724 r738 89 89 Int m_vpsNumLayerSets; ///< Number of layer sets 90 90 std::vector< std::vector<Int> > m_layerIdsInSets; ///< LayerIds in vps of layer set 91 #if H_MV_6_PS_0109_25 92 Int m_defaultOneTargetOutputLayerIdc; ///< Output highest layer of layer sets by default when equal to 1 93 #else 91 94 Bool m_defaultOneTargetOutputLayerFlag; ///< Output highest layer of layer sets by default 95 #endif 92 96 std::vector<Int> m_outputLayerSetIdx; ///< Indices of layer sets used as additional output layer sets 93 97 std::vector< std::vector<Int> > m_layerIdsInAddOutputLayerSet; ///< LayerIds in vps of additional output layers … … 98 102 std::vector< std::vector<Int> > m_dependencyTypes; ///< Dependency types of direct reference layers 99 103 104 #if H_MV_6_HRD_O0217_13 105 // DBP Size 106 Bool m_subLayerFlagInfoPresentFlag; 107 #endif 108 100 109 // VPS VUI 101 110 Bool m_vpsVuiPresentFlag; 111 #if H_MV_6_PS_O0223_29 112 Bool m_crossLayerPicTypeAlignedFlag; 113 Bool m_crossLayerIrapAlignedFlag; 114 #endif 102 115 Bool m_bitRatePresentVpsFlag; 103 116 Bool m_picRatePresentVpsFlag; … … 108 121 std::vector< std::vector<Int > > m_constantPicRateIdc; 109 122 std::vector< std::vector<Int > > m_avgPicRate; 123 #if H_MV_6_O0226_37 124 Bool m_tilesNotInUseFlag; 125 std::vector< Bool > m_tilesInUseFlag; 126 std::vector< Bool > m_loopFilterNotAcrossTilesFlag; 127 Bool m_wppNotInUseFlag; 128 std::vector< Bool > m_wppInUseFlag; 129 130 #endif 110 131 std::vector< std::vector<Bool > > m_tileBoundariesAlignedFlag; 111 132 Bool m_ilpRestrictedRefLayersFlag; … … 175 196 176 197 // coding structure 198 #if H_MV_LAYER_WISE_STARTUP 199 std::vector<Int> m_iIntraPeriod; ///< period of I-slice (random access period) 200 #else 177 201 Int m_iIntraPeriod; ///< period of I-slice (random access period) 202 #endif 178 203 Int m_iDecodingRefreshType; ///< random access type 179 204 Int m_iGOPSize; ///< GOP size of hierarchical structure
Note: See TracChangeset for help on using the changeset viewer.