Ignore:
Timestamp:
13 Oct 2014, 16:44:51 (11 years ago)
Author:
tech
Message:

Removed 3D-HEVC related integrations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-MV-draft-1/source/Lib/TAppCommon/TAppComCamPara.h

    r655 r1072  
    6767  Bool                m_bCamParsCodedPrecSet;                 ///< Coded Cam Para precision set for current frame;
    6868 
    69 #if H_3D_REN_MAX_DEV_OUT
    70   Double              m_dMaxShiftDeviation;                   ///< Maximum deviation of shifts with integer precision compare to double precision
    71 #endif
    7269  //SAIT_VSO_EST_A0033
    7370  Double              m_dDispCoeff;
     
    125122  Bool  xGetLeftRightView         ( Int iView, std::vector<Int> aiSortedViews, Int& riLeftView, Int& riRightView, Int& riLeftSortedViewIdx, Int& riRightSortedViewIdx );
    126123  Void  xGetPrevAndNextBaseView   ( Int iSourceViewNum, Int iTargetViewNum, Int& riPrevBaseViewNum, Int& riNextBaseViewNum );
    127 #if !KWU_RC_MADPRED_E0227
    128124  Void  xGetZNearZFar             ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar );
    129125  Void  xGetGeometryData          ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated );
    130 #endif
    131126  Void  xSetupBaseViewsFromCoded  ();
    132127  Void  xSetupBaseViews           ( Char* pchBaseViewNumbers, UInt uiNumBaseViews );
     
    186181  UInt                getCurFrameId             ()  { return m_iCurrentFrameId;   }
    187182  static Void         convertNumberString       ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec );
    188 #if H_3D_REN_MAX_DEV_OUT
    189   Double              getMaxShiftDeviation      () { return m_dMaxShiftDeviation; };
    190 #endif
    191 
    192 #if H_3D_VSO
    193   // SAIT_VSO_EST_A033
    194   Void                setDispCoeff              ( UInt uiStartFrameId, Int iViewIdx );
    195   Double              getDispCoeff              () { return m_dDispCoeff; }
    196 #endif
     183
    197184
    198185  // function for getting parameters and parameter arrays
     
    220207  Int**               getCodedOffset            ()  { return m_aaiCodedOffset;          }
    221208
    222 #if KWU_RC_MADPRED_E0227
    223   Void  xGetZNearZFar             ( Int iView, UInt uiFrame, Double& rdZNear, Double& rdZFar );
    224   Void  xGetGeometryData          ( Int dView, UInt uiFrame, Double& rdFocalLength, Double& rdPosition, Double& rdCameraShift, Bool& rbInterpolated );
    225 #endif
    226209};
    227210
Note: See TracChangeset for help on using the changeset viewer.