Ignore:
Timestamp:
14 Oct 2013, 20:13:58 (12 years ago)
Author:
kwu-htm
Message:

"JCT3V-E0227 : Inter-view MAD prediction for 3D multi-view video" is integrated by KWU. Configuration has changed by adding rate control for URQ and the integrated view-wise target bitrate allocation and inter-view MAD prediction.

File:
1 edited

Legend:

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

    r622 r635  
    367367  Int       m_RCInitialQP;                        ///< inital QP for rate control
    368368  Bool      m_RCForceIntraQP;                     ///< force all intra picture to use initial QP or not
     369
     370#if KWU_RC_VIEWRC_E0227
     371  vector<Int>     m_pchViewTargetBits;
     372  bool      m_bViewWiseRateCtrl;                              ///< Flag for using view-wise rate control
     373#endif
     374#if KWU_RC_MADPRED_E0227
     375  UInt       m_uiDepthMADPred;
     376#endif
    369377#else
    370378  Bool      m_enableRateCtrl;                                   ///< Flag for using rate control algorithm
    371379  Int       m_targetBitrate;                                 ///< target bitrate
    372380  Int       m_numLCUInUnit;                                  ///< Total number of LCUs in a frame should be completely divided by the NumLCUInUnit
     381
     382#if KWU_RC_VIEWRC_E0227
     383  vector<Int>     m_pchViewTargetBits;
     384  bool      m_bViewWiseRateCtrl;                              ///< Flag for using view-wise rate control
     385#endif
     386#if KWU_RC_MADPRED_E0227
     387  UInt       m_uiDepthMADPred;
     388#endif
    373389#endif
    374390  Int       m_useScalingListId;                               ///< using quantization matrix
Note: See TracChangeset for help on using the changeset viewer.