Changeset 1402 in 3DVCSoftware for branches/HTM-16.1-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 26 May 2016, 15:03:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.1-dev/source/App/TAppEncoder/TAppEncCfg.h
r1401 r1402 144 144 Int m_iFrameRate; ///< source frame-rates (Hz) 145 145 UInt m_FrameSkip; ///< number of skipped frames from the beginning 146 UInt m_temporalSubsampleRatio; ///< temporal subsample ratio, 2 means code every two frames 146 147 Int m_iSourceWidth; ///< source width in pixel 147 148 Int m_iSourceHeight; ///< source height in pixel (when interlaced = field height) … … 254 255 Int m_crQpOffset; ///< Chroma Cr QP Offset (0:default) 255 256 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 256 261 #if ADAPTIVE_QP_SELECTION 257 262 Bool m_bUseAdaptQpSelect; … … 312 317 Int m_maxNumOffsetsPerPic; ///< SAO maximun number of offset per picture 313 318 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 314 322 // coding tools (loop filter) 315 323 #if NH_MV … … 321 329 Int m_loopFilterBetaOffsetDiv2; ///< beta offset for deblocking filter 322 330 Int m_loopFilterTcOffsetDiv2; ///< tc offset for deblocking filter 331 #if W0038_DB_OPT 332 Int m_deblockingFilterMetric; ///< blockiness metric in encoder 333 #else 323 334 Bool m_DeblockingFilterMetric; ///< blockiness metric in encoder 324 335 #endif 325 336 // coding tools (PCM) 326 337 Bool m_usePCM; ///< flag for using IPCM … … 440 451 Int* m_kneeSEIInputKneePoint; 441 452 Int* m_kneeSEIOutputKneePoint; 453 #if U0033_ALTERNATIVE_TRANSFER_CHARACTERISTICS_SEI 454 Int m_preferredTransferCharacteristics; 455 #endif 456 442 457 // weighted prediction 443 458 Bool m_useWeightedPred; ///< Use of weighted prediction in P slices
Note: See TracChangeset for help on using the changeset viewer.