Ignore:
Timestamp:
15 Jul 2015, 14:57:32 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev2@1277.

Location:
branches/HTM-14.1-update-dev1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1

  • branches/HTM-14.1-update-dev1/source/Lib/TLibCommon/TComSlice.h

    r1251 r1279  
    26022602  IntAry2d   m_aaiCodedOffset;
    26032603#endif
    2604 #if H_3D_TMVP
     2604#if NH_3D_TMVP
    26052605  Int        m_aiAlterRefIdx   [2];
    26062606#endif
    2607 #if H_3D_ARP
     2607#if NH_3D_ARP
    26082608  Bool       m_arpRefPicAvailable[2][MAX_NUM_LAYERS];
    26092609  TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS];
     
    26142614  std::vector<Int> m_pocsInCurrRPSs;
    26152615#endif
    2616 #if H_3D_IC
     2616#if NH_3D_IC
    26172617  Bool       m_bApplyIC;
    26182618  Bool       m_icSkipParseFlag;
     
    26302630#endif
    26312631#endif
    2632 #if H_3D_IC
     2632#if NH_3D_IC
    26332633  Int*       m_aICEnableCandidate;
    26342634  Int*       m_aICEnableNum;
     
    27182718  TComPic*                    getIvPic( Bool depthFlag, Int viewIndex) const         { return  m_ivPicsCurrPoc[ depthFlag ? 1 : 0 ][ viewIndex ];    }
    27192719  TComPic*                    getTexturePic       ()                                 { return  m_ivPicsCurrPoc[0][ m_viewIndex ];                    }
    2720 #endif                                                                                                                                               
    2721 #if H_3D_IC                                                                                                                                         
     2720#endif                           
     2721#if NH_3D_IC                                                                                                                                         
    27222722  Void                        setApplyIC( Bool b )                                   { m_bApplyIC = b;                                               }
    27232723  Bool                        getApplyIC()                                           { return m_bApplyIC;                                            }
     
    27272727  Bool                        getIcSkipParseFlag()                                   { return m_icSkipParseFlag;                                     }
    27282728#endif                                                                                                                                               
    2729 #if H_3D_ARP                                                                                                                                         
     2729#if NH_3D_ARP                                                                                                                                         
    27302730  Void                        setBaseViewRefPicList( TComList<TComPic*> *pListPic, Int iViewIdx )      { m_pBaseViewRefPicList[iViewIdx] = pListPic; }                 
    27312731  Void                        setARPStepNum( TComPicLists*ivPicLists );                                                                             
     
    29292929  Int                         getViewIndex   ()                 const                { return m_viewIndex;                                           }
    29302930#if NH_3D
    2931 #if H_3D_TMVP
     2931#if NH_3D_TMVP
    29322932  Void                        generateAlterRefforTMVP ();   
    29332933  Void                        setAlterRefIdx          ( RefPicList e, Int i )        { m_aiAlterRefIdx[e]    = i;                                    }
    29342934  Int                         getAlterRefIdx          ( RefPicList e )               { return  m_aiAlterRefIdx[e];                                   }
    29352935#endif                                                                                                                                               
    2936 #if H_3D_ARP                                                                                                                                         
     2936#if NH_3D_ARP                                                                                                                                         
    29372937  Int                         getFirstTRefIdx        ( RefPicList e )                { return  m_aiFirstTRefIdx[e];                                  }
    29382938  Void                        setFirstTRefIdx        ( RefPicList e, Int i )         { m_aiFirstTRefIdx[e]    = i;                                   }
     
    29662966  Int*                        getDepthToDisparityB( Int refViewIdx )                 { return m_depthToDisparityB[ getVPS()->getVoiInVps( refViewIdx) ];}
    29672967  Int*                        getDepthToDisparityF( Int refViewIdx )                 { return m_depthToDisparityF[ getVPS()->getVoiInVps( refViewIdx) ];}
    2968 #if H_3D_IC                                                                                                                                             
     2968#if NH_3D_IC                                                                                                                                             
    29692969  Void                        setICEnableCandidate( Int* icEnableCandidate)          { m_aICEnableCandidate = icEnableCandidate;                     }
    29702970  Void                        setICEnableNum( Int* icEnableNum)                      { m_aICEnableNum = icEnableNum;                                 }
     
    30823082  Int                         getMpiSubPbSize           ( )                          { return m_mpiSubPbSize           ;                             };
    30833083  Int                         getSubPbSize              ( )                          { return m_subPbSize              ;                             };
     3084#if NH_3D_NBDV
     3085  Int                         getDefaultRefViewIdx()                                 { return m_iDefaultRefViewIdx;                                  }
     3086  Void                        setDefaultRefViewIdx(Int iViewIdx)                     { m_iDefaultRefViewIdx = iViewIdx;                              }
     3087
     3088  Bool                        getDefaultRefViewIdxAvailableFlag()                    { return m_bDefaultRefViewIdxAvailableFlag;                     }
     3089  Void                        setDefaultRefViewIdxAvailableFlag(Bool bViewIdx)       { m_bDefaultRefViewIdxAvailableFlag = bViewIdx;                 }
     3090  Void                        setDefaultRefView( );
     3091#endif
    30843092#endif
    30853093  // Inference
Note: See TracChangeset for help on using the changeset viewer.