Ignore:
Timestamp:
14 Jul 2015, 12:31:09 (9 years ago)
Author:
tech
Message:

Merged HTM-14.1-update-dev3@1273.

File:
1 edited

Legend:

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

    r1256 r1274  
    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];
     
    27062706  Int                         getNumCurCmpLIds( )                      const         { return (Int) m_inCmpRefViewIdcs.size();                       }
    27072707  TComPic*                    getIvPic( Bool depthFlag, Int viewIndex) const         { return  m_ivPicsCurrPoc[ depthFlag ? 1 : 0 ][ viewIndex ];    }
    2708 #endif                                                                                                                                         
     2708#endif                                                                                                                                               
    27092709#if NH_3D                                                                                                                                             
    27102710  TComPic*                    getTexturePic       ()                                 { return  m_ivPicsCurrPoc[0][ m_viewIndex ];                    }
    2711 #endif                                                                                                                                               
    2712 #if NH_3D_IC
     2711#endif                           
     2712#if NH_3D_IC                                                                                                                                         
    27132713  Void                        setApplyIC( Bool b )                                   { m_bApplyIC = b;                                               }
    27142714  Bool                        getApplyIC()                                           { return m_bApplyIC;                                            }
    2715   Void                        xSetApplyIC();
    2716   Void                        xSetApplyIC(Bool bUseLowLatencyICEnc);
    2717 
     2715  Void                        xSetApplyIC();                                                                                                         
     2716  Void                        xSetApplyIC(Bool bUseLowLatencyICEnc);                                                                                 
    27182717  Void                        setIcSkipParseFlag( Bool b )                           { m_icSkipParseFlag = b;                                        }
    27192718  Bool                        getIcSkipParseFlag()                                   { return m_icSkipParseFlag;                                     }
    27202719#endif                                                                                                                                               
    2721 #if H_3D_ARP                                                                                                                                         
     2720#if NH_3D_ARP                                                                                                                                         
    27222721  Void                        setBaseViewRefPicList( TComList<TComPic*> *pListPic, Int iViewIdx )      { m_pBaseViewRefPicList[iViewIdx] = pListPic; }                 
    27232722  Void                        setARPStepNum( TComPicLists*ivPicLists );                                                                             
     
    29262925  Int                         getAlterRefIdx          ( RefPicList e )               { return  m_aiAlterRefIdx[e];                                   }
    29272926#endif                                                                                                                                               
    2928 #if H_3D_ARP                                                                                                                                         
     2927#if NH_3D_ARP                                                                                                                                         
    29292928  Int                         getFirstTRefIdx        ( RefPicList e )                { return  m_aiFirstTRefIdx[e];                                  }
    29302929  Void                        setFirstTRefIdx        ( RefPicList e, Int i )         { m_aiFirstTRefIdx[e]    = i;                                   }
     
    30743073  Int                         getMpiSubPbSize           ( )                          { return m_mpiSubPbSize           ;                             };
    30753074  Int                         getSubPbSize              ( )                          { return m_subPbSize              ;                             };
     3075#if NH_3D_NBDV
     3076  Int                         getDefaultRefViewIdx()                                 { return m_iDefaultRefViewIdx;                                  }
     3077  Void                        setDefaultRefViewIdx(Int iViewIdx)                     { m_iDefaultRefViewIdx = iViewIdx;                              }
     3078
     3079  Bool                        getDefaultRefViewIdxAvailableFlag()                    { return m_bDefaultRefViewIdxAvailableFlag;                     }
     3080  Void                        setDefaultRefViewIdxAvailableFlag(Bool bViewIdx)       { m_bDefaultRefViewIdxAvailableFlag = bViewIdx;                 }
     3081  Void                        setDefaultRefView( );
     3082#endif
    30763083#endif
    30773084  // Inference
Note: See TracChangeset for help on using the changeset viewer.