frontends/va: Add minus_1 to AV1 render_width/height

Rename to match the spec and to match the actual value.

Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31977>
This commit is contained in:
David Rosca
2024-11-05 11:51:21 +01:00
committed by Marge Bot
parent 7f2624e6ae
commit 2c3dd2a37d
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1381,8 +1381,8 @@ struct pipe_av1_enc_picture_desc
uint16_t frame_width_sb;
uint16_t frame_height_sb;
uint16_t upscaled_width;
uint16_t render_width;
uint16_t render_height;
uint16_t render_width_minus_1;
uint16_t render_height_minus_1;
uint32_t interpolation_filter;
uint8_t tx_mode;
uint8_t compound_reference_mode;