Changeset 489 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/App


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/App
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.cpp

    r465 r489  
    654654#if H_3D
    655655   m_tDecTop[ decIdx ]->setCamParsCollector( &m_cCamParsCollector );
    656 #if H_3D_ARP
     656#if H_3D_ARP && !H_3D_ARP_FIX
    657657    m_tDecTop[ decIdx ]->setTAppDecTop(this);
    658658#endif
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.h

    r465 r489  
    9191  Void  decode            (); ///< main decoding function
    9292 
    93 #if H_3D_ARP              
     93#if H_3D_ARP && !H_3D_ARP_FIX              
    9494//GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later.
    9595  TDecTop* getTDecTop     ( Int layerId )          { return m_tDecTop[layerId]; }
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppEncoder/TAppEncTop.cpp

    r468 r489  
    621621  {
    622622    m_acTEncTopList[layer]->init( );
    623 #if H_3D_ARP
     623#if H_3D_ARP && !H_3D_ARP_FIX
    624624    //GT (IVREFS): This is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later.
    625625    m_acTEncTopList[layer]->setTAppEncTop( this );
Note: See TracChangeset for help on using the changeset viewer.