Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1362 r1373  
    8080  IntAry1d               m_viewOrderIndex;                    ///< view order index 
    8181  IntAry1d               m_auxId;                             ///< auxiliary id
    82 #if NH_3D
     82#if NH_3D_VSO
    8383  IntAry1d               m_depthFlag;                         ///< depth flag
    8484#endif
     
    533533#endif
    534534  Bool              m_outputVpsInfo;
    535 #endif
     535  TChar*            m_pchBaseViewCameraNumbers;
     536#endif
     537
    536538#if NH_3D
    537539  // Output Format
    538540  Bool      m_depth420OutputFlag;                             ///< Output depth layers in 4:2:0 format
    539   // Camera parameters
     541#endif
     542    // Camera parameters
     543#if NH_3D_VSO
    540544  TChar*    m_pchCameraParameterFile;                         ///< camera parameter file
    541   TChar*    m_pchBaseViewCameraNumbers;
    542545  TAppComCamPara m_cCameraData;
    543546  Int       m_iCodedCamParPrecision;                          ///< precision for coding of camera parameters
    544 #if NH_3D_VSO
    545547  TChar*    m_pchVSOConfig;
    546548  Bool      m_bUseVSO;                                        ///< flag for using View Synthesis Optimization
     
    566568  TRenModSetupStrParser       m_cRenModStrParser;
    567569#endif
    568 
     570#if NH_3D
    569571  Bool       m_useDLT;                                        ///< flag for using DLT
     572#endif
     573#if NH_3D_QTL
    570574  Bool       m_bUseQTL;                                        ///< flag for using depth QuadTree Limitation
     575#endif
     576#if NH_3D
    571577  BoolAry1d  m_ivMvPredFlag;
    572578  BoolAry1d  m_ivMvScalingFlag;
Note: See TracChangeset for help on using the changeset viewer.