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

Location:
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncGOP.cpp

    r465 r489  
    683683        if( iViewIdx<getViewIndex() && !bIsDepth )
    684684        {
     685#if H_3D_ARP_FIX
     686          pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx );
     687#else
    685688          //GT (IVREFS): m_tAppEncTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later.
    686689          pcSlice->setBaseViewRefPicList( m_pcEncTop->getTAppEncTop()->getTEncTop( iLayerId )->getListPic(), iViewIdx );
     690#endif
    687691        }
    688692      }
  • 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.