Ignore:
Timestamp:
4 Mar 2016, 09:42:34 (9 years ago)
Author:
tech
Message:

Clean-up VSO.

File:
1 edited

Legend:

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

    r1386 r1394  
    13841384  /// VPS EXTENSION 2 SYNTAX ELEMENTS
    13851385  Int     getDepthId                   ( Int layerIdInNuh)             const    { return getScalabilityId( getLayerIdInVps(layerIdInNuh), DEPTH_ID ); }
    1386 #if NH_3D_VSO                                                            
     1386#if NH_3D_VSO || NH_3D
    13871387  Bool    getVpsDepthFlag              ( Int layerIdInNuh)             const    { return (getDepthId( layerIdInNuh ) > 0);  }
    13881388  Int     getLayerIdInNuh              ( Int viewIndex, Bool depthFlag, Int auxId ) const;   
     
    27012701  Int        m_viewId;
    27022702  Int        m_viewIndex;
    2703 #if NH_3D_VSO
     2703#if NH_3D_VSO || NH_3D
    27042704  Bool       m_isDepth;
    27052705#endif
     
    31683168#endif                       
    31693169#endif
    3170 #if NH_3D_VSO
     3170#if NH_3D_VSO || NH_3D
    31713171  Void                        setIsDepth            ( Bool isDepth )                 { m_isDepth = isDepth;                                          }
    31723172  Bool                        getIsDepth            () const                         { return m_isDepth;                                             }
Note: See TracChangeset for help on using the changeset viewer.