Changeset 489 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder
- Timestamp:
- 22 Jun 2013, 22:37:06 (12 years ago)
- 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 901 901 if( iViewIdx<getViewIndex() && !bIsDepth ) 902 902 { 903 #if H_3D_ARP_FIX 904 pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx ); 905 #else 903 906 //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 904 907 pcSlice->setBaseViewRefPicList( m_tAppDecTop->getTDecTop(iLayerId)->getListPic(), iViewIdx ); 908 #endif 905 909 } 906 910 } -
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.h
r465 r489 227 227 #endif 228 228 229 #if H_3D_ARP 229 #if H_3D_ARP && !H_3D_ARP_FIX 230 230 //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later. 231 231 TAppDecTop* m_tAppDecTop; … … 273 273 Void setCamParsCollector( CamParsCollector* pcCamParsCollector ) { m_pcCamParsCollector = pcCamParsCollector; } 274 274 275 #if H_3D_ARP 275 #if H_3D_ARP && !H_3D_ARP_FIX 276 276 //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later. 277 277 Void setTAppDecTop( TAppDecTop* pcTAppDecTop ) { m_tAppDecTop = pcTAppDecTop; }
Note: See TracChangeset for help on using the changeset viewer.