Home
last modified time | relevance | path

Searched refs:reduced_still_picture_header (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dav1.c209 int reduced_still_picture_header; in parse_sequence_header() local
226 reduced_still_picture_header = get_bits1(&gb); in parse_sequence_header()
228 if (reduced_still_picture_header) { in parse_sequence_header()
292 if (!reduced_still_picture_header) { in parse_sequence_header()
299 if (!reduced_still_picture_header) { in parse_sequence_header()
/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c196 flag(reduced_still_picture_header); in FUNC()
198 if (current->reduced_still_picture_header) { in FUNC()
263 if (current->reduced_still_picture_header) in FUNC()
276 if (current->reduced_still_picture_header) { in FUNC()
1322 if (seq->reduced_still_picture_header) { in FUNC()
1451 else if(seq->reduced_still_picture_header) in FUNC()
1568 if (seq->reduced_still_picture_header || current->disable_cdf_update) in FUNC()
Dcbs_av1.h76 uint8_t reduced_still_picture_header; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h178 bool reduced_still_picture_header; member
Dvid_dec_av1.c163 seq->reduced_still_picture_header = av1_f(vlc, 1); in sequence_header_obu()
164 if (seq->reduced_still_picture_header) { in sequence_header_obu()
229 if (seq->reduced_still_picture_header) in sequence_header_obu()
241 if (seq->reduced_still_picture_header) { in sequence_header_obu()
1441 if (seq->reduced_still_picture_header) { in frame_header_obu()
1510 else if (seq->reduced_still_picture_header) in frame_header_obu()
1603 (seq->reduced_still_picture_header || hdr->disable_cdf_update) ? 1 : av1_f(vlc, 1); in frame_header_obu()