Ignore:
Timestamp:
16 Oct 2013, 11:27:16 (12 years ago)
Author:
kwu-htm
Message:

Clean-up version of JCT3V-E0227.

File:
1 edited

Legend:

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

    r635 r636  
    369369
    370370#if KWU_RC_VIEWRC_E0227
    371   vector<Int>     m_pchViewTargetBits;
    372   bool      m_bViewWiseRateCtrl;                              ///< 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_uiDepthMADPred;
     375  UInt       m_DepthMADPred;
    376376#endif
    377377#else
     
    381381
    382382#if KWU_RC_VIEWRC_E0227
    383   vector<Int>     m_pchViewTargetBits;
    384   bool      m_bViewWiseRateCtrl;                              ///< 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_uiDepthMADPred;
     387  UInt       m_DepthMADPred;
    388388#endif
    389389#endif
Note: See TracChangeset for help on using the changeset viewer.