Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComSlice.h

    r1364 r1373  
    13841384  /// VPS EXTENSION 2 SYNTAX ELEMENTS
    13851385  Int     getDepthId                   ( Int layerIdInNuh)             const    { return getScalabilityId( getLayerIdInVps(layerIdInNuh), DEPTH_ID ); }
    1386 #if NH_3D                                                             
     1386#if NH_3D_VSO                                                             
    13871387  Bool    getVpsDepthFlag              ( Int layerIdInNuh)             const    { return (getDepthId( layerIdInNuh ) > 0);  }
    1388   Int     getLayerIdInNuh              ( Int viewIndex, Bool depthFlag ) const;   
    1389          
     1388  Int     getLayerIdInNuh              ( Int viewIndex, Bool depthFlag, Int auxId ) const;   
     1389#endif
     1390#if NH_3D
    13901391  Void    createCamPars                ( Int iNumViews ); 
    13911392  Void    initCamParaVPS               ( Int vOIdxInVps, Int numCp, Bool cpInSliceSegmentHeaderFlag, Int* cpRefVoi, Int** aaiScale, Int** aaiOffset );                                               
     
    27002701  Int        m_viewId;
    27012702  Int        m_viewIndex;
    2702 #if NH_3D
     2703#if NH_3D_VSO
    27032704  Bool       m_isDepth;
    27042705#endif
     
    27522753  Bool       m_cpAvailableFlag;
    27532754  Int        m_numViews;
     2755#endif
     2756#if NH_3D_QTL
    27542757  TComPic*   m_ivPicsCurrPoc [2][MAX_NUM_LAYERS]; 
     2758#endif
     2759#if NH_3D
    27552760  Int**      m_depthToDisparityB;
    27562761  Int**      m_depthToDisparityF;
     
    28502855  Int                         getNumCurCmpLIds( )                      const         { return (Int) m_inCmpRefViewIdcs.size();                       }
    28512856  TComPic*                    getIvPic( Bool depthFlag, Int viewIndex) const         { return  m_ivPicsCurrPoc[ depthFlag ? 1 : 0 ][ viewIndex ];    }
     2857#endif
     2858#if NH_3D_QTL
    28522859  TComPic*                    getTexturePic       ()                                 { return  m_ivPicsCurrPoc[0][ m_viewIndex ];                    }
     2860
    28532861#endif                           
    28542862#if NH_3D_IC                                                                                                                                         
     
    31553163  Int                         getFirstTRefIdx        ( RefPicList e )                { return  m_aiFirstTRefIdx[e];                                  }
    31563164  Void                        setFirstTRefIdx        ( RefPicList e, Int i )         { m_aiFirstTRefIdx[e]    = i;                                   }
    3157   Bool                        getArpRefPicAvailable  ( RefPicList e, Int viewIdx)    { return m_arpRefPicAvailable[e][getVPS()->getLayerIdInNuh(viewIdx, 0)]; }
     3165
     3166  Bool                        getArpRefPicAvailable  ( RefPicList e, Int viewIdx)    { return m_arpRefPicAvailable[e][getVPS()->getLayerIdInNuh(viewIdx, false, 0 )]; }
    31583167  IntAry1d                    getPocsInCurrRPSs()                                    { return m_pocsInCurrRPSs;                                      }
    3159 #endif                                                                                                                                               
     3168#endif                       
     3169#endif
     3170#if NH_3D_VSO
    31603171  Void                        setIsDepth            ( Bool isDepth )                 { m_isDepth = isDepth;                                          }
    31613172  Bool                        getIsDepth            () const                         { return m_isDepth;                                             }
     3173#endif
     3174#if NH_3D
    31623175  Void                        setCamparaSlice       ( Int** aaiScale = 0, Int** aaiOffset = 0 );     
    31633176
     
    31793192  Int                         getCpInvOff( Int j )                                   { return m_aaiCodedOffset[1][j];                                }
    31803193                                                                                                                                                       
     3194#endif
     3195#if NH_3D_QTL
    31813196  Void                        setIvPicLists( TComPicLists* m_ivPicLists );                                                                             
     3197#endif
     3198#if NH_3D
    31823199  Void                        setDepthToDisparityLUTs();                                                                                               
    31833200                                                                                                                                                       
Note: See TracChangeset for help on using the changeset viewer.