Changeset 1184 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 03:12:50 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1183 r1184 53 53 #define VPS_VUI_BSP_HRD_PARAMS 1 ///< JCTVC-R0231: Define the VPS VUI BSP hrd_params() as a separate function, and apply changes adopted. 54 54 55 #define R0226_CONSTRAINT_TMVP_SEI 1 ///< JCTVC-R0226, Modification to semantics in temporal motion vector prediction constraints SEI message56 55 #define R0226_SLICE_TMVP 1 ///< JCTVC-R0226, Regarding slice_temporal_mvp_enabled_flag 57 56 #define R0227_VUI_BSP_HRD_FLAG 1 ///< JCTVC-R0227, Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1179 r1184 1581 1581 } 1582 1582 1583 #if R0226_CONSTRAINT_TMVP_SEI1584 1583 // Check if any new temporal motion vector prediction constraints SEI has arrived 1585 1584 SEIMessages seiTMVPConstrainsList = extractSeisByType (m_SEIs, SEI::TMVP_CONSTRAINTS); … … 1607 1606 } 1608 1607 } 1609 #endif1610 1608 } 1611 1609
Note: See TracChangeset for help on using the changeset viewer.