Ignore:
Timestamp:
26 May 2016, 15:03:18 (8 years ago)
Author:
tech
Message:

Initial merge of HM-16.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.1-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1401 r1402  
    144144  Int       m_iFrameRate;                                     ///< source frame-rates (Hz)
    145145  UInt      m_FrameSkip;                                   ///< number of skipped frames from the beginning
     146  UInt      m_temporalSubsampleRatio;                         ///< temporal subsample ratio, 2 means code every two frames
    146147  Int       m_iSourceWidth;                                   ///< source width in pixel
    147148  Int       m_iSourceHeight;                                  ///< source height in pixel (when interlaced = field height)
     
    254255  Int       m_crQpOffset;                                     ///< Chroma Cr QP Offset (0:default)
    255256
     257#if W0038_CQP_ADJ
     258  UInt      m_sliceChromaQpOffsetPeriodicity;                 ///< Used in conjunction with Slice Cb/Cr QpOffsetIntraOrPeriodic. Use 0 (default) to disable periodic nature.
     259  Int       m_sliceChromaQpOffsetIntraOrPeriodic[2/*Cb,Cr*/]; ///< Chroma Cb QP Offset at slice level for I slice or for periodic inter slices as defined by SliceChromaQPOffsetPeriodicity. Replaces offset in the GOP table.
     260#endif
    256261#if ADAPTIVE_QP_SELECTION
    257262  Bool      m_bUseAdaptQpSelect;
     
    312317  Int       m_maxNumOffsetsPerPic;                            ///< SAO maximun number of offset per picture
    313318  Bool      m_saoCtuBoundary;                                 ///< SAO parameter estimation using non-deblocked pixels for CTU bottom and right boundary areas
     319#if OPTIONAL_RESET_SAO_ENCODING_AFTER_IRAP
     320  Bool      m_saoResetEncoderStateAfterIRAP;                  ///< When true, SAO encoder state will be reset following an IRAP.
     321#endif
    314322  // coding tools (loop filter)
    315323#if NH_MV
     
    321329  Int       m_loopFilterBetaOffsetDiv2;                     ///< beta offset for deblocking filter
    322330  Int       m_loopFilterTcOffsetDiv2;                       ///< tc offset for deblocking filter
     331#if W0038_DB_OPT
     332  Int       m_deblockingFilterMetric;                         ///< blockiness metric in encoder
     333#else
    323334  Bool      m_DeblockingFilterMetric;                         ///< blockiness metric in encoder
    324 
     335#endif
    325336  // coding tools (PCM)
    326337  Bool      m_usePCM;                                         ///< flag for using IPCM
     
    440451  Int*      m_kneeSEIInputKneePoint;
    441452  Int*      m_kneeSEIOutputKneePoint;
     453#if U0033_ALTERNATIVE_TRANSFER_CHARACTERISTICS_SEI
     454  Int       m_preferredTransferCharacteristics;
     455#endif
     456
    442457  // weighted prediction
    443458  Bool      m_useWeightedPred;                    ///< Use of weighted prediction in P slices
Note: See TracChangeset for help on using the changeset viewer.