Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dav1.c300 int enable_order_hint, seq_force_screen_content_tools; in parse_sequence_header() local
310 seq_force_screen_content_tools = 2; in parse_sequence_header()
312 seq_force_screen_content_tools = get_bits1(&gb); in parse_sequence_header()
314 if (seq_force_screen_content_tools) { in parse_sequence_header()
/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c285 infer(seq_force_screen_content_tools, in FUNC()
306 infer(seq_force_screen_content_tools, in FUNC()
309 fb(1, seq_force_screen_content_tools); in FUNC()
310 if (current->seq_force_screen_content_tools > 0) { in FUNC()
1411 if (seq->seq_force_screen_content_tools == in FUNC()
1416 seq->seq_force_screen_content_tools); in FUNC()
Dcbs_av1.h118 uint8_t seq_force_screen_content_tools; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h213 uint8_t seq_force_screen_content_tools; member
Dvid_dec_av1.c249 seq->seq_force_screen_content_tools = AV1_SELECT_SCREEN_CONTENT_TOOLS; in sequence_header_obu()
268 seq->seq_force_screen_content_tools = in sequence_header_obu()
271 if (seq->seq_force_screen_content_tools > 0) { in sequence_header_obu()
1490 (seq->seq_force_screen_content_tools == AV1_SELECT_SCREEN_CONTENT_TOOLS) ? in frame_header_obu()
1491 av1_f(vlc, 1) : seq->seq_force_screen_content_tools; in frame_header_obu()