mesa/src/gallium/frontends/va
David Rosca 698de5360c radeonsi/vcn: Cleanup AV1 screen content tools coding
There is no disable_screen_content_tools in AV1 spec, instead this
should be seq_choose_screen_content_tools. But we don't need that either
as we keep the effective value in force_screen_content_tools.
Same for seq_choose_integer_mv and force_integer_mv.
Also stop overriding these values and instead fix frame header coding
to work with all combinations.

Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38260>
2025-11-18 09:28:13 +00:00
..
buffer.c frontends/va: fix potential overflows 2025-07-04 15:26:39 +00:00
config.c frontends/va: Add support for decode/encode processing 2025-08-20 14:25:45 +00:00
context.c treewide: use UTIL_DYNARRAY_INIT 2025-11-04 13:39:48 +00:00
decode.c frontends/va: Move decode functions to separate file 2025-10-16 16:33:15 +00:00
display.c egl,gallium,gbm,mesa: replace get_param with pipe_caps access 2025-01-17 04:39:46 +00:00
encode.c frontends/va: Move encode functions to separate file 2025-10-16 16:33:15 +00:00
image.c frontends/va: Change vlVaPostProcCompositor to take pipe_vpp_desc arg 2025-08-20 14:25:44 +00:00
meson.build frontends/va: Move decode functions to separate file 2025-10-16 16:33:15 +00:00
picture.c util/dynarray: infer type in append 2025-10-24 18:32:07 +00:00
picture_av1.c frontends/va: Handle properly when decoding more slices than limit 2025-04-23 15:37:04 +00:00
picture_av1_enc.c radeonsi/vcn: Cleanup AV1 screen content tools coding 2025-11-18 09:28:13 +00:00
picture_h264.c frontends/va: get gaps_in_frame for h264 dec 2025-07-17 12:44:51 +00:00
picture_h264_enc.c frontends/va: Always reset H264 slice ref modification and marking count 2025-10-28 09:43:26 +00:00
picture_hevc.c gallium/vl: Remove mpeg12 shader decoder 2025-09-29 10:47:02 +00:00
picture_hevc_enc.c frontends/va: Fix RefRpsIdx calculation in st_ref_pic_set 2025-07-09 16:30:37 +00:00
picture_mjpeg.c frontends/va: Move mjpeg sampling_factor to pipe_mjpeg_picture_desc 2024-12-06 11:24:53 +00:00
picture_mpeg4.c
picture_mpeg12.c
picture_vc1.c frontends/va: Fix decoding VC1 interlaced video 2024-12-21 08:54:41 +00:00
picture_vp9.c frontends/va: Add VP9 use_prev_frame_mvs and segmentation_update_data flags 2025-10-13 08:11:55 +00:00
postproc.c frontends/va: Move remainig processing functions to postproc.c 2025-10-16 16:33:15 +00:00
subpicture.c util/dynarray: infer type in append 2025-10-24 18:32:07 +00:00
surface.c treewide: use UTIL_DYNARRAY_INIT 2025-11-04 13:39:48 +00:00
va_private.h frontends/va: Move decode functions to separate file 2025-10-16 16:33:15 +00:00