Changeset 1230 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


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

port rev 4180

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

Legend:

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

    r1226 r1230  
    13891389  ("ScalingList",                                     m_useScalingListId,                    SCALING_LIST_OFF, "0/off: no scaling list, 1/default: default scaling lists, 2/file: scaling lists specified in ScalingListFile")
    13901390  ("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)
    13921392  ("MaxNumMergeCand",                                 m_maxNumMergeCand,                                   5u, "Maximum number of merge candidates")
    13931393  /* Misc. */
     
    14911491  ("SEIToneMapExposureIndexIdc",                      m_exposureIndexIdc,                                   0, "Indicates the exposure index setting of the camera")
    14921492  ("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")
    14941494  ("SEIToneMapExposureCompensationValueNumerator",    m_exposureCompensationValueNumerator,                 0, "Specifies the numerator of ExposureCompensationValue")
    14951495  ("SEIToneMapExposureCompensationValueDenomIdc",     m_exposureCompensationValueDenomIdc,                  2, "Specifies the denominator of ExposureCompensationValue")
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1214 r1230  
    317317  Int       m_exposureIndexIdc;
    318318  Int       m_exposureIndexValue;
    319   Int       m_exposureCompensationValueSignFlag;
     319  Bool      m_exposureCompensationValueSignFlag;
    320320  Int       m_exposureCompensationValueNumerator;
    321321  Int       m_exposureCompensationValueDenomIdc;
     
    367367
    368368  Int       m_TMVPModeId;
    369   Int       m_signHideFlag;
     369  Bool      m_signHideFlag;
    370370#if !RC_SHVC_HARMONIZATION
    371371  Bool      m_RCEnableRateControl;                ///< enable rate control or not
Note: See TracChangeset for help on using the changeset viewer.