Changeset 386 in SHVCSoftware for branches/SHM-3.1-dev/source
- Timestamp:
- 9 Sep 2013, 19:50:25 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r385 r386 1676 1676 } 1677 1677 #endif 1678 #if N0160_TILE_BOUNDARY_ALIGNED_FLAG1678 #if TILE_BOUNDARY_ALIGNED_FLAG 1679 1679 ::memset(m_tileBoundariesAlignedFlag, 0, sizeof(m_tileBoundariesAlignedFlag)); 1680 1680 #endif -
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; } -
branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h
r385 r386 81 81 82 82 #if VPS_VUI 83 #define N0160_TILE_BOUNDARY_ALIGNED_FLAG 1 ///<VPS VUI flag to indicate tile boundary alignment84 #define N0160_VUI_EXT_ILP_REF 1 ///< VUI extension inter-layer dependency offset signalling85 #define VPS_VUI_BITRATE_PICRATE 1 ///< N0085 - Signal bit rate and picture in VPS VUI83 #define TILE_BOUNDARY_ALIGNED_FLAG 1 ///< JCTVC-N0160/JCTVC-N0199 proposal 2 variant 2: VPS VUI flag to indicate tile boundary alignment 84 #define N0160_VUI_EXT_ILP_REF 1 ///< VUI extension inter-layer dependency offset signalling 85 #define VPS_VUI_BITRATE_PICRATE 1 ///< N0085 - Signal bit rate and picture in VPS VUI 86 86 #endif //VPS_VUI 87 87 -
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r385 r386 1219 1219 } 1220 1220 #endif 1221 #if N0160_TILE_BOUNDARY_ALIGNED_FLAG1221 #if TILE_BOUNDARY_ALIGNED_FLAG 1222 1222 for(i = 1; i < vps->getMaxLayers(); i++) 1223 1223 { -
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r385 r386 946 946 } 947 947 #endif 948 #if N0160_TILE_BOUNDARY_ALIGNED_FLAG948 #if TILE_BOUNDARY_ALIGNED_FLAG 949 949 for(i = 1; i < vps->getMaxLayers(); i++) 950 950 {
Note: See TracChangeset for help on using the changeset viewer.