Changeset 386 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 9 Sep 2013, 19:50:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
r385 r386 500 500 Bool m_singleLayerForNonIrapFlag; 501 501 #endif 502 #if N0160_TILE_BOUNDARY_ALIGNED_FLAG502 #if TILE_BOUNDARY_ALIGNED_FLAG 503 503 Bool m_tileBoundariesAlignedFlag[MAX_VPS_LAYER_ID_PLUS1][MAX_VPS_LAYER_ID_PLUS1]; 504 504 #endif … … 690 690 Void setSingleLayerForNonIrapFlag(Bool x) { m_singleLayerForNonIrapFlag = x; } 691 691 #endif 692 #if N0160_TILE_BOUNDARY_ALIGNED_FLAG692 #if TILE_BOUNDARY_ALIGNED_FLAG 693 693 Bool getTileBoundariesAlignedFlag(Int currLayerId, Int refLayerId) { return m_tileBoundariesAlignedFlag[currLayerId][refLayerId]; } 694 694 Void setTileBoundariesAlignedFlag(Int currLayerId, Int refLayerId, Bool x) { m_tileBoundariesAlignedFlag[currLayerId][refLayerId] = x; }
Note: See TracChangeset for help on using the changeset viewer.