Changeset 1329 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
22 Jul 2015, 01:00:21 (9 years ago)
Author:
seregin
Message:

port rev 4407

Location:
branches/SHM-dev/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1328 r1329  
    12041204  ("TopFieldFirst, Tff",                              m_isTopFieldFirst,                                false, "In case of field based coding, signals whether if it's a top field first or not")
    12051205  ("EfficientFieldIRAPEnabled",                       m_bEfficientFieldIRAPEnabled,                      true, "Enable to code fields in a specific, potentially more efficient, order.")
     1206  ("HarmonizeGopFirstFieldCoupleEnabled",             m_bHarmonizeGopFirstFieldCoupleEnabled,            true, "Enables harmonization of Gop first field couple")
    12061207
    12071208  // Profile and level
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1328 r1329  
    102102  Bool      m_isTopFieldFirst;
    103103  Bool      m_bEfficientFieldIRAPEnabled;                     ///< enable an efficient field IRAP structure.
     104  Bool      m_bHarmonizeGopFirstFieldCoupleEnabled;
    104105
    105106#if !SVC_EXTENSION
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1328 r1329  
    720720    m_acTEncTop[layer].setElRapSliceTypeB                       (layer == 0? 0 : m_elRapSliceBEnabled);
    721721    m_acTEncTop[layer].setEfficientFieldIRAPEnabled             ( m_bEfficientFieldIRAPEnabled );
     722    m_acTEncTop[layer].setHarmonizeGopFirstFieldCoupleEnabled   ( m_bHarmonizeGopFirstFieldCoupleEnabled );
    722723
    723724    if( layer > 0 )
     
    10951096  m_cTEncTop.setLog2MaxMvLengthVertical                           ( m_log2MaxMvLengthVertical );
    10961097  m_cTEncTop.setEfficientFieldIRAPEnabled                         ( m_bEfficientFieldIRAPEnabled );
     1098  m_cTEncTop.setHarmonizeGopFirstFieldCoupleEnabled               ( m_bHarmonizeGopFirstFieldCoupleEnabled );
    10971099}
    10981100#endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.