Changeset 133 in SHVCSoftware for branches/SHM-2.0-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 28 Apr 2013, 08:49:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/App/TAppEncoder/TAppEncCfg.h
r125 r133 109 109 GOPEntry m_GOPList[MAX_GOP]; ///< the coding structure entries from the config file 110 110 Int m_numReorderPics[MAX_TLAYER]; ///< total number of reorder pictures 111 #if L0323_DPB 112 Int m_maxDecPicBuffering[MAX_TLAYER]; ///< total number of pictures in the decoded picture buffer 113 #else 111 114 Int m_maxDecPicBuffering[MAX_TLAYER]; ///< total number of reference pictures needed for decoding 115 #endif 116 #if !L0034_COMBINED_LIST_CLEANUP 112 117 Bool m_bUseLComb; ///< flag for using combined reference list for uni-prediction in B-slices (JCTVC-D421) 118 #endif 113 119 Bool m_useTransformSkip; ///< flag for enabling intra transform skipping 114 120 Bool m_useTransformSkipFast; ///< flag for enabling fast intra transform skipping … … 172 178 Int m_loopFilterTcOffsetDiv2; ///< tc offset for deblocking filter 173 179 Bool m_DeblockingFilterControlPresent; ///< deblocking filter control present flag in PPS 180 #if L0386_DB_METRIC 181 Bool m_DeblockingFilterMetric; ///< blockiness metric in encoder 182 #endif 174 183 175 184 // coding tools (PCM) … … 223 232 Int m_bufferingPeriodSEIEnabled; 224 233 Int m_pictureTimingSEIEnabled; 234 #if J0149_TONE_MAPPING_SEI 235 Bool m_toneMappingInfoSEIEnabled; 236 Int m_toneMapId; 237 Bool m_toneMapCancelFlag; 238 Bool m_toneMapPersistenceFlag; 239 Int m_toneMapCodedDataBitDepth; 240 Int m_toneMapTargetBitDepth; 241 Int m_toneMapModelId; 242 Int m_toneMapMinValue; 243 Int m_toneMapMaxValue; 244 Int m_sigmoidMidpoint; 245 Int m_sigmoidWidth; 246 Int m_numPivots; 247 Int m_cameraIsoSpeedIdc; 248 Int m_cameraIsoSpeedValue; 249 Int m_exposureCompensationValueSignFlag; 250 Int m_exposureCompensationValueNumerator; 251 Int m_exposureCompensationValueDenomIdc; 252 Int m_refScreenLuminanceWhite; 253 Int m_extendedRangeWhiteLevel; 254 Int m_nominalBlackLevelLumaCodeValue; 255 Int m_nominalWhiteLevelLumaCodeValue; 256 Int m_extendedWhiteLevelLumaCodeValue; 257 Int* m_startOfCodedInterval; 258 Int* m_codedPivotValue; 259 Int* m_targetPivotValue; 260 #endif 225 261 Int m_framePackingSEIEnabled; 226 262 Int m_framePackingSEIType; … … 232 268 Int m_gradualDecodingRefreshInfoEnabled; 233 269 Int m_decodingUnitInfoSEIEnabled; 270 #if L0208_SOP_DESCRIPTION_SEI 271 Int m_SOPDescriptionSEIEnabled; 272 #endif 273 #if K0180_SCALABLE_NESTING_SEI 274 Int m_scalableNestingSEIEnabled; 275 #endif 234 276 // weighted prediction 235 277 Bool m_useWeightedPred; ///< Use of weighted prediction in P slices
Note: See TracChangeset for help on using the changeset viewer.