Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/App


Ignore:
Timestamp:
4 Jun 2014, 09:28:48 (11 years ago)
Author:
nokia
Message:

software implementation for JCTVC-Q0189

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  
    984984  ("SEIKneeFunctionOutputKneePointValue", cfg_kneeSEIOutputKneePointValue,    string("100 250 450"), "Array of output knee point")
    985985#endif
    986 
     986#if Q0189_TMVP_CONSTRAINTS
     987  ("SEITemporalMotionVectorPredictionConstraints",             m_TMVPConstraintsSEIEnabled,              0, "Control generation of TMVP constrants SEI message")
     988#endif
    987989#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    988990  ("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  
    291291  Int       m_SOPDescriptionSEIEnabled;
    292292  Int       m_scalableNestingSEIEnabled;
     293#if Q0189_TMVP_CONSTRAINTS
     294  Int       m_TMVPConstraintsSEIEnabled;
     295#endif
    293296  // weighted prediction
    294297  Bool      m_useWeightedPred;                    ///< Use of weighted prediction in P slices
  • branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r778 r779  
    516516    m_acTEncTop[layer].setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled );
    517517    m_acTEncTop[layer].setScalableNestingSEIEnabled( m_scalableNestingSEIEnabled );
     518#if Q0189_TMVP_CONSTRAINTS
     519    m_acTEncTop[layer].setTMVPConstraintsSEIEnabled( m_TMVPConstraintsSEIEnabled);           
     520#endif
    518521#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
    519522    m_acTEncTop[layer].setInterLayerConstrainedTileSetsSEIEnabled( m_interLayerConstrainedTileSetsSEIEnabled );
Note: See TracChangeset for help on using the changeset viewer.