Home
last modified time | relevance | path

Searched refs:film_grain_params_present (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c111 .film_grain_params_present = seq->film_grain_params_present && in vaapi_av1_start_frame()
Dcbs_av1.h130 uint8_t film_grain_params_present; member
Dnvdec_av1.c99 .enable_fgs = seq->film_grain_params_present && in nvdec_av1_start_frame()
Ddxva2_av1.c103 …pp->coding.film_grain = seq->film_grain_params_present && !(avctx->export_side_d… in fill_picture_parameters()
Dcbs_av1_syntax_template.c332 flag(film_grain_params_present); in FUNC()
1205 if (!seq->film_grain_params_present || in FUNC()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h229 bool film_grain_params_present; member
Dvid_dec_av1.c347 seq->film_grain_params_present = av1_f(vlc, 1); in sequence_header_obu()
1328 if (!seq->film_grain_params_present || in film_grain_params()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c610 .film_grain_params_present = seq_header->film_grain_params_present, in gst_va_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h837 guint8 film_grain_params_present; member
Dgstav1parser.c1436 seq_header->film_grain_params_present = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parser_parse_sequence_header_obu()
3105 if (!seq_header->film_grain_params_present || (!frame_header->show_frame in gst_av1_parse_film_grain_params()
4304 if (seq_header->film_grain_params_present) in gst_av1_parser_reference_frame_update()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c184 assert_equals_int (seq_header.film_grain_params_present, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp842 pic_params->coding.film_grain = seq_hdr->film_grain_params_present; in gst_d3d11_av1_dec_start_picture()