Ignore:
Timestamp:
22 Jun 2013, 22:37:06 (12 years ago)
Author:
zhang
Message:

Use m_ivPicLists instead of TAppE/DencTop encapsulated with H_3D_ARP_FIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncTop.h

    r465 r489  
    129129  TEncRateCtrl            m_cRateCtrl;                    ///< Rate control class
    130130
    131 #if H_3D_ARP
     131#if H_3D_ARP && !H_3D_ARP_FIX
    132132  TAppEncTop*             m_pcTAppEncTop;
    133133#endif
     
    213213  Void                    setIvPicLists         ( TComPicLists* picLists) { m_ivPicLists = picLists; }
    214214#endif
    215 #if H_3D_ARP
     215#if H_3D_ARP && !H_3D_ARP_FIX
    216216  //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later.
    217217  Void            setTAppEncTop( TAppEncTop* pcTAppEncTop ) { m_pcTAppEncTop = pcTAppEncTop; }
Note: See TracChangeset for help on using the changeset viewer.