Home
last modified time | relevance | path

Searched refs:delta_pic_order_always_zero_flags (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Codecs/
H A DAp4AvcParser.h112 unsigned int delta_pic_order_always_zero_flags; member
H A DAp4AvcParser.cpp205 delta_pic_order_always_zero_flags(0), in AP4_AvcSequenceParameterSet()
418 sps.delta_pic_order_always_zero_flags = bits.ReadBit(); in ParseSPS()
675 if (sps->pic_order_cnt_type == 1 && !sps->delta_pic_order_always_zero_flags) { in ParseSliceHeader()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Codecs/
H A DAp4AvcParser.h117 unsigned int delta_pic_order_always_zero_flags; member
H A DAp4AvcParser.cpp224 delta_pic_order_always_zero_flags(0), in AP4_AvcSequenceParameterSet()
348 sps.delta_pic_order_always_zero_flags = bits.ReadBit(); in ParseSPS()
578 if (sps->pic_order_cnt_type == 1 && !sps->delta_pic_order_always_zero_flags) { in ParseSliceHeader()