#define JVET_S0160_ASPECT1_ASPECT9 1 // JVET-S0160: Aspect 1 Infer the value of pps_loop_filter_across_tiles_enabled_flag to be equal to 0 (instead of 1) when not present
// Aspect 9 The value of ph_poc_msb_cycle_present_flag is required to be equal to 0 when vps_independent_layer_flag[GeneralLayerIdx[nuh_layer_id]] is equal to 0 and there is an ILRP entry in RefPicList[0] or RefPicList[1] of a slice of the current picture
#define JVET_S0177_SCALABLE_NESTING_SEI 1 // JVET-S0177: Constraints on the scalable nesting SEI message
//########### place macros to be be kept below this line ###############
CHECK(nestedsei->payloadType()==SEI::FILLER_PAYLOAD||nestedsei->payloadType()==SEI::SCALABLE_NESTING,"An SEI message that has payloadType equal to filler payload or scalable nesting shall not be contained in a scalable nesting SEI message");
CHECK(nestedsei->payloadType()!=SEI::FILLER_PAYLOAD&&nestedsei->payloadType()!=SEI::DECODED_PICTURE_HASH&&nalUnitType!=NAL_UNIT_PREFIX_SEI,"When a scalable nesting SEI message contains an SEI message that has payloadType not equal to filler payload or decoded picture harsh, the SEI NAL unit containing the scalable nesting SEI message shall have nal_unit_type equal to PREFIX_SEI_NUT");
CHECK(nestedsei->payloadType()==SEI::DECODED_PICTURE_HASH&&nalUnitType!=NAL_UNIT_SUFFIX_SEI,"When a scalable nesting SEI message contains an SEI message that has payloadType equal to decoded picture harsh, the SEI NAL unit containing the scalable nesting SEI message shall have nal_unit_type equal to SUFFIX_SEI_NUT");
CHECK(nestedsei->payloadType()==SEI::DECODED_PICTURE_HASH&&!sei.m_snSubpicFlag,"When the scalable nesting SEI message contains an SEI message that has payloadType equal to decoded picture hash, the value of sn_subpic_flag shall be equal to 1");
CHECK(nestedsei->payloadType()==SEI::SUBPICTURE_LEVEL_INFO&&sei.m_snSubpicFlag,"When the scalable nesting SEI message contains an SEI message that has payloadType equal to SLI, the value of sn_subpic_flag shall be equal to 0");
for(inti=0;i<VCL_ASSOCIATED_SEI_LIST_SIZE;i++)
{
CHECK(nestedsei->payloadType()==VclAssociatedSeiList[i]&&sei.m_snOlsFlag,"When the scalable nesting SEI message contains an SEI message that has payloadType equal to a value in VclAssociatedSeiList, the value of sn_ols_flag shall be equal to 0");
CHECK(!sei.m_snOlsFlag,"When the scalable nesting SEI message contains an SEI message that has payloadType equal to BP, PT, or DUI, or SLI, the value of sn_ols_flag shall be equal to 1");
CHECK(containBPorPTorDUIorSLI&&containNoBPorPTorDUIorSLI,"When a scalable nesting SEI message contains a BP, PT, DUI, or SLI SEI message, the scalable nesting SEI message shall not contain any other SEI message with payloadType not equal to BP, PT, DUI, or SLI");
CHECK(containBPorPTorDUI&&containNoBPorPTorDUI,"Scalable Nesting SEI cannot contain timing-related SEI and none-timing-related SEIs at the same time");