Changeset 1262 in 3DVCSoftware for branches/HTM-14.1-update-dev4-Qualcomm/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 29 Jun 2015, 19:43:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-Qualcomm/source/Lib/TLibCommon/TComSlice.h
r1210 r1262 2594 2594 Int m_aiAlterRefIdx [2]; 2595 2595 #endif 2596 #if H_3D_ARP2596 #if NH_3D_ARP 2597 2597 Bool m_arpRefPicAvailable[2][MAX_NUM_LAYERS]; 2598 2598 TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS]; … … 2718 2718 Bool getIcSkipParseFlag() { return m_icSkipParseFlag; } 2719 2719 #endif 2720 #if H_3D_ARP2720 #if NH_3D_ARP 2721 2721 Void setBaseViewRefPicList( TComList<TComPic*> *pListPic, Int iViewIdx ) { m_pBaseViewRefPicList[iViewIdx] = pListPic; } 2722 2722 Void setARPStepNum( TComPicLists*ivPicLists ); … … 2925 2925 Int getAlterRefIdx ( RefPicList e ) { return m_aiAlterRefIdx[e]; } 2926 2926 #endif 2927 #if H_3D_ARP2927 #if NH_3D_ARP 2928 2928 Int getFirstTRefIdx ( RefPicList e ) { return m_aiFirstTRefIdx[e]; } 2929 2929 Void setFirstTRefIdx ( RefPicList e, Int i ) { m_aiFirstTRefIdx[e] = i; }
Note: See TracChangeset for help on using the changeset viewer.