mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
532eb40404
commit
d1165984e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue