Changeset 512 in SHVCSoftware for branches/SHM-4.1-dev/source/App
- Timestamp:
- 5 Dec 2013, 15:23:55 (11 years ago)
- Location:
- branches/SHM-4.1-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r507 r512 970 970 ("IlNumSetsInMessage", m_ilNumSetsInMessage, 0u, "Number of inter layer constrained tile sets") 971 971 ("TileSetsArray", cfg_tileSets, string(""), "Array containing tile sets params (TopLeftTileIndex, BottonRightTileIndex and ilcIdc for each set) ") 972 #endif 973 #if O0153_ALT_OUTPUT_LAYER_FLAG 974 ("AltOutputLayerFlag", m_altOutputLayerFlag, false, "Specifies the value of alt_output_layer_flag in VPS extension") 972 975 #endif 973 976 ; -
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.h
r494 r512 358 358 Int m_log2MaxMvLengthHorizontal; ///< Indicate the maximum absolute value of a decoded horizontal MV component in quarter-pel luma units 359 359 Int m_log2MaxMvLengthVertical; ///< Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units 360 #if O0153_ALT_OUTPUT_LAYER_FLAG 361 Bool m_altOutputLayerFlag; ///< Specifies the value of alt_output_laye_flag in VPS extension 362 #endif 360 363 361 364 #if SVC_EXTENSION -
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r507 r512 618 618 m_acTEncTop[layer].setChromaFormatIDC( m_acLayerCfg[layer].m_chromaFormatIDC ); 619 619 #endif 620 #if O0153_ALT_OUTPUT_LAYER_FLAG 621 m_acTEncTop[layer].setAltOuputLayerFlag( m_altOutputLayerFlag ); 622 #endif 620 623 } 621 624 } … … 1307 1310 #endif 1308 1311 1312 #if O0153_ALT_OUTPUT_LAYER_FLAG 1313 vps->setAltOuputLayerFlag( m_altOutputLayerFlag ); 1314 #endif 1315 1309 1316 #else //SVC_EXTENSION 1310 1317 m_cTEncTop.init(isFieldCoding);
Note: See TracChangeset for help on using the changeset viewer.