Skip to content

frontends/va: fix av1 decoding image distortion issue

problem: when not using qmatrix, the qm_y, qm_u and qm_v value is set to 0, which signals av1 decoder to use qmatix and causes confussion.

solution: when not using qmatrix, set these values to 0xf.

fixed: #5632 (closed)

CC: 22.2 Reviewed-by: Sil Vilerino sivileri@microsoft.com Signed-off-by: Ruijing Dong ruijing.dong@amd.com Part-of: !19002 (merged)

Merge request reports