Changeset 1394 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 4 Mar 2016, 09:42:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibCommon/TComSlice.h
r1386 r1394 1384 1384 /// VPS EXTENSION 2 SYNTAX ELEMENTS 1385 1385 Int getDepthId ( Int layerIdInNuh) const { return getScalabilityId( getLayerIdInVps(layerIdInNuh), DEPTH_ID ); } 1386 #if NH_3D_VSO 1386 #if NH_3D_VSO || NH_3D 1387 1387 Bool getVpsDepthFlag ( Int layerIdInNuh) const { return (getDepthId( layerIdInNuh ) > 0); } 1388 1388 Int getLayerIdInNuh ( Int viewIndex, Bool depthFlag, Int auxId ) const; … … 2701 2701 Int m_viewId; 2702 2702 Int m_viewIndex; 2703 #if NH_3D_VSO 2703 #if NH_3D_VSO || NH_3D 2704 2704 Bool m_isDepth; 2705 2705 #endif … … 3168 3168 #endif 3169 3169 #endif 3170 #if NH_3D_VSO 3170 #if NH_3D_VSO || NH_3D 3171 3171 Void setIsDepth ( Bool isDepth ) { m_isDepth = isDepth; } 3172 3172 Bool getIsDepth () const { return m_isDepth; }
Note: See TracChangeset for help on using the changeset viewer.