Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/App
- Timestamp:
- 4 Jun 2014, 09:28:48 (11 years ago)
- Location:
- branches/SHM-6-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r778 r779 984 984 ("SEIKneeFunctionOutputKneePointValue", cfg_kneeSEIOutputKneePointValue, string("100 250 450"), "Array of output knee point") 985 985 #endif 986 986 #if Q0189_TMVP_CONSTRAINTS 987 ("SEITemporalMotionVectorPredictionConstraints", m_TMVPConstraintsSEIEnabled, 0, "Control generation of TMVP constrants SEI message") 988 #endif 987 989 #if M0040_ADAPTIVE_RESOLUTION_CHANGE 988 990 ("AdaptiveResolutionChange", m_adaptiveResolutionChange, 0, "Adaptive resolution change frame number. Should coincide with EL RAP picture. (0: disable)") -
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncCfg.h
r778 r779 291 291 Int m_SOPDescriptionSEIEnabled; 292 292 Int m_scalableNestingSEIEnabled; 293 #if Q0189_TMVP_CONSTRAINTS 294 Int m_TMVPConstraintsSEIEnabled; 295 #endif 293 296 // weighted prediction 294 297 Bool m_useWeightedPred; ///< Use of weighted prediction in P slices -
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp
r778 r779 516 516 m_acTEncTop[layer].setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled ); 517 517 m_acTEncTop[layer].setScalableNestingSEIEnabled( m_scalableNestingSEIEnabled ); 518 #if Q0189_TMVP_CONSTRAINTS 519 m_acTEncTop[layer].setTMVPConstraintsSEIEnabled( m_TMVPConstraintsSEIEnabled); 520 #endif 518 521 #if N0383_IL_CONSTRAINED_TILE_SETS_SEI 519 522 m_acTEncTop[layer].setInterLayerConstrainedTileSetsSEIEnabled( m_interLayerConstrainedTileSetsSEIEnabled );
Note: See TracChangeset for help on using the changeset viewer.