Home
last modified time | relevance | path

Searched refs:seq_force_screen_content_tools (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dav1.c299 int enable_order_hint, seq_force_screen_content_tools; in parse_sequence_header() local
309 seq_force_screen_content_tools = 2; in parse_sequence_header()
311 seq_force_screen_content_tools = get_bits1(&gb); in parse_sequence_header()
313 if (seq_force_screen_content_tools) { in parse_sequence_header()
/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c278 infer(seq_force_screen_content_tools, in FUNC()
299 infer(seq_force_screen_content_tools, in FUNC()
302 fb(1, seq_force_screen_content_tools); in FUNC()
303 if (current->seq_force_screen_content_tools > 0) { in FUNC()
1330 if (seq->seq_force_screen_content_tools == in FUNC()
1335 seq->seq_force_screen_content_tools); in FUNC()
Dcbs_av1.h118 uint8_t seq_force_screen_content_tools; member