Changeset 489 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder
- Timestamp:
- 22 Jun 2013, 22:37:06 (12 years ago)
- 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 683 683 if( iViewIdx<getViewIndex() && !bIsDepth ) 684 684 { 685 #if H_3D_ARP_FIX 686 pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx ); 687 #else 685 688 //GT (IVREFS): m_tAppEncTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 686 689 pcSlice->setBaseViewRefPicList( m_pcEncTop->getTAppEncTop()->getTEncTop( iLayerId )->getListPic(), iViewIdx ); 690 #endif 687 691 } 688 692 } -
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncTop.h
r465 r489 129 129 TEncRateCtrl m_cRateCtrl; ///< Rate control class 130 130 131 #if H_3D_ARP 131 #if H_3D_ARP && !H_3D_ARP_FIX 132 132 TAppEncTop* m_pcTAppEncTop; 133 133 #endif … … 213 213 Void setIvPicLists ( TComPicLists* picLists) { m_ivPicLists = picLists; } 214 214 #endif 215 #if H_3D_ARP 215 #if H_3D_ARP && !H_3D_ARP_FIX 216 216 //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 217 217 Void setTAppEncTop( TAppEncTop* pcTAppEncTop ) { m_pcTAppEncTop = pcTAppEncTop; }
Note: See TracChangeset for help on using the changeset viewer.