frontends/va: Add VP9 decode ref/mode_deltas information

Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18944>
This commit is contained in:
Sil Vilerino
2022-09-30 16:14:52 -04:00
committed by Marge Bot
parent baad2575ae
commit bb86bcad71
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -899,6 +899,8 @@ struct pipe_vp9_picture_desc
int8_t uv_ac_delta_q;
int8_t uv_dc_delta_q;
uint8_t abs_delta;
uint8_t ref_deltas[4];
uint8_t mode_deltas[2];
} picture_parameter;
struct {