Ignore:
Timestamp:
18 Oct 2013, 04:44:23 (12 years ago)
Author:
kwu-htm
Message:

Macro enclosed and cleaned-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev0-KWU/source/App/TAppEncoder/TAppEncCfg.h

    r636 r638  
    369369
    370370#if KWU_RC_VIEWRC_E0227
    371   vector<Int>     m_ViewTargetBits;
    372   bool      m_ViewWiseRateCtrl;                              ///< Flag for using view-wise rate control
     371  vector<Int>     m_viewTargetBits;
     372  Bool      m_viewWiseRateCtrl;                              ///< Flag for using view-wise rate control
    373373#endif
    374374#if KWU_RC_MADPRED_E0227
    375   UInt       m_DepthMADPred;
     375  UInt       m_depthMADPred;
    376376#endif
    377377#else
     
    381381
    382382#if KWU_RC_VIEWRC_E0227
    383   vector<Int>     m_ViewTargetBits;
    384   bool      m_ViewWiseRateCtrl;                              ///< Flag for using view-wise rate control
     383  vector<Int>     m_viewTargetBits;
     384  Bool      m_viewWiseRateCtrl;                              ///< Flag for using view-wise rate control
    385385#endif
    386386#if KWU_RC_MADPRED_E0227
    387   UInt       m_DepthMADPred;
     387  UInt       m_depthMADPred;
    388388#endif
    389389#endif
Note: See TracChangeset for help on using the changeset viewer.