Home
last modified time | relevance | path

Searched refs:separate_uv_delta_q (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h227 bool separate_uv_delta_q; member
Dvid_dec_av1.c315 seq->color_config.separate_uv_delta_q = 0; in sequence_header_obu()
345 seq->color_config.separate_uv_delta_q = av1_f(vlc, 1); in sequence_header_obu()
787 (seq->color_config.separate_uv_delta_q) ? av1_f(vlc, 1) : 0; in quantization_params()
809 if (!seq->color_config.separate_uv_delta_q) in quantization_params()
/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c116 infer(separate_uv_delta_q, 0); in FUNC()
124 flag(separate_uv_delta_q); in FUNC()
152 flag(separate_uv_delta_q); in FUNC()
708 if (seq->color_config.separate_uv_delta_q) in FUNC()
734 if (seq->color_config.separate_uv_delta_q) in FUNC()
Dcbs_av1.h55 uint8_t separate_uv_delta_q; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h716 gboolean separate_uv_delta_q; member
Dgstav1parser.c962 color_config->separate_uv_delta_q = 0; in gst_av1_parse_color_config()
1028 color_config->separate_uv_delta_q = AV1_READ_BIT_CHECKED (br, &ret); in gst_av1_parse_color_config()
1989 if (color_config->separate_uv_delta_q) { in gst_av1_parse_quantization_params()
2042 if (!color_config->separate_uv_delta_q) { in gst_av1_parse_quantization_params()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c183 assert_equals_int (seq_header.color_config.separate_uv_delta_q, 0); in GST_START_TEST()