mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 21:20:12 +01:00
radeonsi/vce: Fix output quality and performance in speed preset
Fixes: 544a180320 ("radeonsi/vce: Support quality presets")
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34894>
This commit is contained in:
parent
ad96031ec6
commit
bade93c447
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static void get_motion_estimation_param(struct rvce_encoder *enc,
|
|||
enc->enc_pic.me.enc_search1_range_x = 16;
|
||||
enc->enc_pic.me.enc_search1_range_y = 16;
|
||||
enc->enc_pic.me.enable_amd = 0;
|
||||
enc->enc_pic.me.enc_disable_sub_mode = 126;
|
||||
enc->enc_pic.me.enc_disable_sub_mode = 254;
|
||||
enc->enc_pic.me.enc_en_ime_overw_dis_subm = 0;
|
||||
enc->enc_pic.me.enc_ime_overw_dis_subm_no = 0;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue