Changeset 489 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/App
- Timestamp:
- 22 Jun 2013, 22:37:06 (12 years ago)
- 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 654 654 #if H_3D 655 655 m_tDecTop[ decIdx ]->setCamParsCollector( &m_cCamParsCollector ); 656 #if H_3D_ARP 656 #if H_3D_ARP && !H_3D_ARP_FIX 657 657 m_tDecTop[ decIdx ]->setTAppDecTop(this); 658 658 #endif -
branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.h
r465 r489 91 91 Void decode (); ///< main decoding function 92 92 93 #if H_3D_ARP 93 #if H_3D_ARP && !H_3D_ARP_FIX 94 94 //GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later. 95 95 TDecTop* getTDecTop ( Int layerId ) { return m_tDecTop[layerId]; } -
branches/HTM-DEV-0.3-dev2a/source/App/TAppEncoder/TAppEncTop.cpp
r468 r489 621 621 { 622 622 m_acTEncTopList[layer]->init( ); 623 #if H_3D_ARP 623 #if H_3D_ARP && !H_3D_ARP_FIX 624 624 //GT (IVREFS): This is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later. 625 625 m_acTEncTopList[layer]->setTAppEncTop( this );
Note: See TracChangeset for help on using the changeset viewer.