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/Lib/TLibEncoder/TEncTop.h

    r608 r635  
    6464// ====================================================================================================================
    6565
     66#if KWU_RC_MADPRED_E0227
     67class TAppEncTop;
     68#endif
    6669/// encoder class
    6770class TEncTop : public TEncCfg
     
    124127  TComScalingList         m_scalingList;                 ///< quantization matrix information
    125128  TEncRateCtrl            m_cRateCtrl;                    ///< Rate control class
     129
     130#if KWU_RC_MADPRED_E0227
     131  TAppEncTop*             m_pcTAppEncTop;
     132  TAppComCamPara*         m_cCamParam;
     133#endif
    126134 
    127135#if H_MV
     
    145153  Void      create          ();
    146154  Void      destroy         ();
     155#if KWU_RC_MADPRED_E0227
     156  Void      init            ( TAppEncTop* pcTAppEncTop );
     157#else
    147158  Void      init            ();
     159#endif
     160
    148161#if H_MV 
    149162  TComPicLists* getIvPicLists() { return m_ivPicLists; }
     
    185198  TEncSbac*               getRDGoOnSbacCoders   () { return  m_pcRDGoOnSbacCoders;   }
    186199  TEncRateCtrl*           getRateCtrl           () { return &m_cRateCtrl;             }
     200#if KWU_RC_MADPRED_E0227
     201  TAppEncTop*             getEncTop             () { return m_pcTAppEncTop; }
     202  TAppComCamPara*         getCamParam()                 { return m_cCamParam;}
     203  Void                    setCamParam(TAppComCamPara * pCamparam)                 { m_cCamParam = pCamparam;}
     204#endif
    187205  TComSPS*                getSPS                () { return  &m_cSPS;                 }
    188206  TComPPS*                getPPS                () { return  &m_cPPS;                 }
Note: See TracChangeset for help on using the changeset viewer.