Changeset 713 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncCfg.h


Ignore:
Timestamp:
21 Apr 2014, 04:44:16 (11 years ago)
Author:
seregin
Message:

merge with SHM-6-dev

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibEncoder/TEncCfg.h

    r644 r713  
    235235  Int       m_cameraIsoSpeedIdc;
    236236  Int       m_cameraIsoSpeedValue;
     237  Int       m_exposureIndexIdc;
     238  Int       m_exposureIndexValue;
    237239  Int       m_exposureCompensationValueSignFlag;
    238240  Int       m_exposureCompensationValueNumerator;
     
    246248  Int*      m_codedPivotValue;
    247249  Int*      m_targetPivotValue;
     250#if Q0074_SEI_COLOR_MAPPING
     251  Char*     m_seiColorMappingFile;
     252#endif
    248253  Int       m_framePackingSEIEnabled;
    249254  Int       m_framePackingSEIType;
     
    362367  UInt      m_bottomRightTileIndex[1024];
    363368  UInt      m_ilcIdc[1024];
     369#endif
     370#if Q0048_CGS_3D_ASYMLUT
     371  Int  m_nCGSFlag;
     372  Int  m_nCGSMaxOctantDepth;
     373  Int  m_nCGSMaxYPartNumLog2;
     374  Int  m_nCGSLUTBit;
    364375#endif
    365376#endif //SVC_EXTENSION
     
    639650  Void  setTMISEICameraIsoSpeedValue(Int b)                  {  m_cameraIsoSpeedValue = b;  }
    640651  Int   getTMISEICameraIsoSpeedValue()                       {  return m_cameraIsoSpeedValue;  }
     652  Void  setTMISEIExposureIndexIdc(Int b)                     {  m_exposureIndexIdc = b;  }
     653  Int   getTMISEIExposurIndexIdc()                           {  return m_exposureIndexIdc;  }
     654  Void  setTMISEIExposureIndexValue(Int b)                   {  m_exposureIndexValue = b;  }
     655  Int   getTMISEIExposurIndexValue()                         {  return m_exposureIndexValue;  }
    641656  Void  setTMISEIExposureCompensationValueSignFlag(Int b)    {  m_exposureCompensationValueSignFlag = b;  }
    642657  Int   getTMISEIExposureCompensationValueSignFlag()         {  return m_exposureCompensationValueSignFlag;  }
     
    655670  Void  setTMISEIExtendedWhiteLevelLumaCodeValue(Int b)      {  m_extendedWhiteLevelLumaCodeValue =b;  }
    656671  Int   getTMISEIExtendedWhiteLevelLumaCodeValue()           {  return m_extendedWhiteLevelLumaCodeValue;  }
     672#if Q0074_SEI_COLOR_MAPPING
     673  Void  setColorMappingInfoSEIFile( Char* nameFile )         {  m_seiColorMappingFile = nameFile; }
     674  Char* getColorMappingInfoSEIFile()                         {  return m_seiColorMappingFile; }
     675#endif
    657676  Void  setFramePackingArrangementSEIEnabled(Int b)      { m_framePackingSEIEnabled = b; }
    658677  Int   getFramePackingArrangementSEIEnabled()           { return m_framePackingSEIEnabled; }
     
    898917  UInt  getIlcIdc(UInt b)                                  { return m_ilcIdc[b]; }
    899918#endif
     919#if Q0048_CGS_3D_ASYMLUT
     920  Void      setCGSFlag(Int n)             { m_nCGSFlag = n;    }
     921  Int       getCGSFlag()                  { return m_nCGSFlag; }
     922  Void      setCGSMaxOctantDepth(Int n)   { m_nCGSMaxOctantDepth = n;    }
     923  Int       getCGSMaxOctantDepth()        { return m_nCGSMaxOctantDepth; }
     924  Void      setCGSMaxYPartNumLog2(Int n)  { m_nCGSMaxYPartNumLog2 = n;    }
     925  Int       getCGSMaxYPartNumLog2()       { return m_nCGSMaxYPartNumLog2; }
     926  Void      setCGSLUTBit(Int n)           { m_nCGSLUTBit = n;    }
     927  Int       getCGSLUTBit()                { return m_nCGSLUTBit; }
     928#endif
    900929#endif
    901930};
Note: See TracChangeset for help on using the changeset viewer.