Changeset 693 in 3DVCSoftware for branches/HTM-8.2-dev1-Sharp/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 13 Nov 2013, 08:14:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev1-Sharp/source/Lib/TLibCommon/TComSlice.h
r666 r693 1730 1730 #endif 1731 1731 #if H_3D_ARP 1732 #if SHARP_ARP_REF_CHECK_F0105 1733 Bool m_arpRefPicAvailable[2][MAX_NUM_LAYERS]; 1734 #endif 1732 1735 TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS]; 1733 1736 UInt m_nARPStepNum; … … 1821 1824 #if H_3D_ARP 1822 1825 Void setBaseViewRefPicList( TComList<TComPic*> *pListPic, Int iViewIdx ) { m_pBaseViewRefPicList[iViewIdx] = pListPic; } 1826 #if SHARP_ARP_REF_CHECK_F0105 1827 Void setARPStepNum( TComPicLists*ivPicLists ); 1828 #else 1823 1829 Void setARPStepNum(); 1830 #endif 1824 1831 TComPic* getBaseViewRefPic ( UInt uiPOC , Int iViewIdx ) { return xGetRefPic( *m_pBaseViewRefPicList[iViewIdx], uiPOC ); } 1825 1832 UInt getARPStepNum( ) { return m_nARPStepNum; } … … 2026 2033 Void setFirstTRefIdx ( RefPicList e, Int i ) { m_aiFirstTRefIdx[e] = i; } 2027 2034 #endif 2035 #if SHARP_ARP_REF_CHECK_F0105 2036 Bool getArpRefPicAvailable( RefPicList e, Int viewIdx) {return m_arpRefPicAvailable[e][getVPS()->getLayerIdInNuh(viewIdx, 0)]; } 2037 #endif 2028 2038 Void setIsDepth ( Bool isDepth ) { m_isDepth = isDepth; } 2029 2039 Bool getIsDepth () { return m_isDepth; }
Note: See TracChangeset for help on using the changeset viewer.