vl: add cabac init idc for h264 encode

Add interface to store cabac init idc value.

Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com>
Acked-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16113>
This commit is contained in:
Boyuan Zhang 2022-04-22 19:00:45 -04:00 committed by Marge Bot
parent e13a450bf2
commit ea9e8e776a
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ struct pipe_h264_enc_motion_estimation
struct pipe_h264_enc_pic_control
{
unsigned enc_cabac_enable;
unsigned enc_cabac_init_idc;
unsigned enc_constraint_set_flags;
unsigned enc_frame_cropping_flag;
unsigned enc_frame_crop_left_offset;