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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user