ac/vcn_dec: Add RDECODE_IT_SCALING_TABLE_SIZE

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36645>
This commit is contained in:
David Rosca 2025-08-05 16:24:57 +02:00 committed by Marge Bot
parent 532eb40404
commit d1165984e9

View file

@ -1262,6 +1262,7 @@ struct jpeg_params {
#define RDECODE_SESSION_CONTEXT_SIZE (128 * 1024)
#define RDECODE_MAX_SUBSAMPLE_SIZE (2048 * 2 * 4)
#define RDECODE_IT_SCALING_TABLE_SIZE 992
void ac_vcn_vp9_fill_probs_table(void *ptr);