Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c253 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
255 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
257 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
361 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
363 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
365 assert_equals_int (frame.frame_header.loop_restoration_params. in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h301 struct loop_restoration_params { struct
413 struct loop_restoration_params lrp;
Dvid_dec_av1.c1035 struct loop_restoration_params *lrp = &(priv->codec_data.av1.uncompressed_header.lrp); in lr_params()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c708 frame_header->loop_restoration_params.frame_restoration_type[0], in gst_va_av1_dec_start_picture()
710 frame_header->loop_restoration_params.frame_restoration_type[1], in gst_va_av1_dec_start_picture()
712 frame_header->loop_restoration_params.frame_restoration_type[2], in gst_va_av1_dec_start_picture()
713 .lr_unit_shift = frame_header->loop_restoration_params.lr_unit_shift, in gst_va_av1_dec_start_picture()
714 .lr_uv_shift = frame_header->loop_restoration_params.lr_uv_shift, in gst_va_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp954 frame_hdr->loop_restoration_params.frame_restoration_type[i]; in gst_d3d11_av1_dec_start_picture()
957 if (frame_hdr->loop_restoration_params.uses_lr) { in gst_d3d11_av1_dec_start_picture()
959 (6 + frame_hdr->loop_restoration_params.lr_unit_shift); in gst_d3d11_av1_dec_start_picture()
962 (6 + frame_hdr->loop_restoration_params.lr_unit_shift - in gst_d3d11_av1_dec_start_picture()
963 frame_hdr->loop_restoration_params.lr_uv_shift); in gst_d3d11_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1581 GstAV1LoopRestorationParams loop_restoration_params; member
Dgstav1parser.c2600 lr_params = &frame_header->loop_restoration_params; in gst_av1_parse_loop_restoration_params()