Changeset 1124 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 7 Jul 2015, 02:24:58 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
-
TAppEncCfg.cpp (modified) (3 diffs)
-
TAppEncCfg.h (modified) (1 diff)
-
TAppEncTop.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1116 r1124 1685 1685 ("SEIOverlayPersistenceFlag", m_overlayInfoPersistenceFlag, true, "Indicates if the SEI message applies to the current picture only (0) or also to following pictures (1)") 1686 1686 #endif 1687 #if SVC_EXTENSION 1687 1688 #if Q0189_TMVP_CONSTRAINTS 1688 1689 ("SEITemporalMotionVectorPredictionConstraints", m_TMVPConstraintsSEIEnabled, 0, "Control generation of TMVP constrants SEI message") … … 1703 1704 ("TileSetsArray", cfg_tileSets, string(""), "Array containing tile sets params (TopLeftTileIndex, BottonRightTileIndex and ilcIdc for each set) ") 1704 1705 #endif 1705 #if O0153_ALT_OUTPUT_LAYER_FLAG1706 1706 ("AltOutputLayerFlag", m_altOutputLayerFlag, false, "Specifies the value of alt_output_layer_flag in VPS extension") 1707 #endif1708 1707 #if O0149_CROSS_LAYER_BLA_FLAG 1709 1708 ("CrossLayerBLAFlag", m_crossLayerBLAFlag, false, "Specifies the value of cross_layer_bla_flag in VPS") … … 1724 1723 ("InheritCodingStruct%d",m_inheritCodingStruct, 0, MAX_LAYERS, "Predicts the GOP structure of one layer for another layer") 1725 1724 #endif 1725 #endif //SVC_EXTENSION 1726 1726 ; 1727 1727 -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1116 r1124 451 451 Int m_TMVPConstraintsSEIEnabled; 452 452 #endif 453 #if O0153_ALT_OUTPUT_LAYER_FLAG454 453 Bool m_altOutputLayerFlag; ///< Specifies the value of alt_output_laye_flag in VPS extension 455 #endif456 454 Int m_elRapSliceBEnabled; 457 455 #endif -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1121 r1124 799 799 m_acTEncTop[layer].setChromaFormatIDC ( m_acLayerCfg[layer].m_chromaFormatIDC ); 800 800 #endif 801 #if O0153_ALT_OUTPUT_LAYER_FLAG802 801 m_acTEncTop[layer].setAltOuputLayerFlag ( m_altOutputLayerFlag ); 803 #endif804 802 #if O0149_CROSS_LAYER_BLA_FLAG 805 803 m_acTEncTop[layer].setCrossLayerBLAFlag ( m_crossLayerBLAFlag ); … … 1784 1782 #endif 1785 1783 1786 #if P0300_ALT_OUTPUT_LAYER_FLAG1787 1784 for (Int k = 0; k < MAX_VPS_LAYER_SETS_PLUS1; k++) 1788 1785 { 1789 1786 vps->setAltOuputLayerFlag( k, m_altOutputLayerFlag ); 1790 1787 } 1791 #else1792 #if O0153_ALT_OUTPUT_LAYER_FLAG1793 vps->setAltOuputLayerFlag( m_altOutputLayerFlag );1794 #endif1795 #endif1796 1788 1797 1789 #if VPS_VUI_BSP_HRD_PARAMS
Note: See TracChangeset for help on using the changeset viewer.