Ignore:
Timestamp:
5 Apr 2015, 22:58:19 (9 years ago)
Author:
tech
Message:

K0050: Camera paramters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.1-dev0/source/Lib/TLibEncoder/TEncCfg.h

    r1170 r1172  
    380380
    381381  //====== Camera Parameters ======
     382#if !HHI_CAM_PARA_K0052
    382383  UInt      m_uiCamParPrecision;
    383384  Bool      m_bCamParInSliceHeader;
    384385  Int**     m_aaiCodedScale;
    385386  Int**     m_aaiCodedOffset;
     387#endif
    386388  TAppComCamPara* m_cameraParameters;
    387389 
     
    921923
    922924 //==== CAMERA PARAMETERS  ==========
     925#if !HHI_CAM_PARA_K0052
    923926  Void      setCamParPrecision              ( UInt  u )      { m_uiCamParPrecision      = u; }
    924927  Void      setCamParInSliceHeader          ( Bool  b )      { m_bCamParInSliceHeader   = b; }
    925928  Void      setCodedScale                   ( Int** p )      { m_aaiCodedScale          = p; }
    926929  Void      setCodedOffset                  ( Int** p )      { m_aaiCodedOffset         = p; }
     930#endif
    927931  Void      setCameraParameters             ( TAppComCamPara* c) { m_cameraParameters   = c; }
    928932
Note: See TracChangeset for help on using the changeset viewer.