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/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.cpp

    r465 r489  
    901901        if( iViewIdx<getViewIndex() && !bIsDepth )
    902902        {
     903#if H_3D_ARP_FIX
     904          pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx );
     905#else
    903906          //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later.
    904907          pcSlice->setBaseViewRefPicList( m_tAppDecTop->getTDecTop(iLayerId)->getListPic(), iViewIdx );
     908#endif
    905909        }
    906910      }
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.h

    r465 r489  
    227227#endif
    228228
    229 #if H_3D_ARP
     229#if H_3D_ARP && !H_3D_ARP_FIX
    230230  //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later.
    231231  TAppDecTop*             m_tAppDecTop;
     
    273273  Void                    setCamParsCollector( CamParsCollector* pcCamParsCollector ) { m_pcCamParsCollector = pcCamParsCollector; }
    274274
    275 #if H_3D_ARP
     275#if H_3D_ARP && !H_3D_ARP_FIX
    276276  //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later.
    277277  Void                    setTAppDecTop( TAppDecTop* pcTAppDecTop ) { m_tAppDecTop = pcTAppDecTop; }
Note: See TracChangeset for help on using the changeset viewer.