Ignore:
Timestamp:
13 Nov 2013, 08:14:41 (12 years ago)
Author:
sharpjp-htm
Message:

Integration of F0105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev1-Sharp/source/Lib/TLibCommon/TComSlice.h

    r666 r693  
    17301730#endif
    17311731#if H_3D_ARP
     1732#if SHARP_ARP_REF_CHECK_F0105
     1733  Bool m_arpRefPicAvailable[2][MAX_NUM_LAYERS];
     1734#endif
    17321735  TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS];
    17331736  UInt                 m_nARPStepNum;
     
    18211824#if H_3D_ARP
    18221825  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
    18231829  Void      setARPStepNum();                                 
     1830#endif
    18241831  TComPic*  getBaseViewRefPic    ( UInt uiPOC , Int iViewIdx )                       { return xGetRefPic( *m_pBaseViewRefPicList[iViewIdx], uiPOC ); }
    18251832  UInt      getARPStepNum( )                                                         { return m_nARPStepNum;                                         } 
     
    20262033  Void      setFirstTRefIdx        ( RefPicList e, Int i )         { m_aiFirstTRefIdx[e]    = i;      }
    20272034#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
    20282038  Void      setIsDepth            ( Bool isDepth )   { m_isDepth = isDepth; }
    20292039  Bool      getIsDepth            ()                 { return m_isDepth; }
Note: See TracChangeset for help on using the changeset viewer.