Ignore:
Timestamp:
13 Jul 2015, 15:22:02 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev4-Qualcomm@1266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev3/source/Lib/TLibCommon/TComSlice.h

    r1259 r1270  
    25942594  Int        m_aiAlterRefIdx   [2];
    25952595#endif
    2596 #if H_3D_ARP
     2596#if NH_3D_ARP
    25972597  Bool       m_arpRefPicAvailable[2][MAX_NUM_LAYERS];
    25982598  TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS];
     
    27212721  Bool                        getIcSkipParseFlag()                                   { return m_icSkipParseFlag;                                     }
    27222722#endif                                                                                                                                               
    2723 #if H_3D_ARP                                                                                                                                         
     2723#if NH_3D_ARP                                                                                                                                         
    27242724  Void                        setBaseViewRefPicList( TComList<TComPic*> *pListPic, Int iViewIdx )      { m_pBaseViewRefPicList[iViewIdx] = pListPic; }                 
    27252725  Void                        setARPStepNum( TComPicLists*ivPicLists );                                                                             
     
    29282928  Int                         getAlterRefIdx          ( RefPicList e )               { return  m_aiAlterRefIdx[e];                                   }
    29292929#endif                                                                                                                                               
    2930 #if H_3D_ARP                                                                                                                                         
     2930#if NH_3D_ARP                                                                                                                                         
    29312931  Int                         getFirstTRefIdx        ( RefPicList e )                { return  m_aiFirstTRefIdx[e];                                  }
    29322932  Void                        setFirstTRefIdx        ( RefPicList e, Int i )         { m_aiFirstTRefIdx[e]    = i;                                   }
Note: See TracChangeset for help on using the changeset viewer.