Changeset 1230 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 9 Jul 2015, 00:53:21 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1226 r1230 1389 1389 ("ScalingList", m_useScalingListId, SCALING_LIST_OFF, "0/off: no scaling list, 1/default: default scaling lists, 2/file: scaling lists specified in ScalingListFile") 1390 1390 ("ScalingListFile", cfg_ScalingListFile, string(""), "Scaling list file name. Use an empty string to produce help.") 1391 ("SignHideFlag,-SBH", m_signHideFlag, 1)1391 ("SignHideFlag,-SBH", m_signHideFlag, true) 1392 1392 ("MaxNumMergeCand", m_maxNumMergeCand, 5u, "Maximum number of merge candidates") 1393 1393 /* Misc. */ … … 1491 1491 ("SEIToneMapExposureIndexIdc", m_exposureIndexIdc, 0, "Indicates the exposure index setting of the camera") 1492 1492 ("SEIToneMapExposureIndexValue", m_exposureIndexValue, 400, "Specifies the exposure index setting of the camera of Extended_ISO") 1493 ("SEIToneMapExposureCompensationValueSignFlag", m_exposureCompensationValueSignFlag, 0, "Specifies the sign of ExposureCompensationValue")1493 ("SEIToneMapExposureCompensationValueSignFlag", m_exposureCompensationValueSignFlag, false, "Specifies the sign of ExposureCompensationValue") 1494 1494 ("SEIToneMapExposureCompensationValueNumerator", m_exposureCompensationValueNumerator, 0, "Specifies the numerator of ExposureCompensationValue") 1495 1495 ("SEIToneMapExposureCompensationValueDenomIdc", m_exposureCompensationValueDenomIdc, 2, "Specifies the denominator of ExposureCompensationValue") -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1214 r1230 317 317 Int m_exposureIndexIdc; 318 318 Int m_exposureIndexValue; 319 Intm_exposureCompensationValueSignFlag;319 Bool m_exposureCompensationValueSignFlag; 320 320 Int m_exposureCompensationValueNumerator; 321 321 Int m_exposureCompensationValueDenomIdc; … … 367 367 368 368 Int m_TMVPModeId; 369 Intm_signHideFlag;369 Bool m_signHideFlag; 370 370 #if !RC_SHVC_HARMONIZATION 371 371 Bool m_RCEnableRateControl; ///< enable rate control or not
Note: See TracChangeset for help on using the changeset viewer.