Skip to content

frontends/va: fix av1 decoding image distortion issue

Ruijing Dong requested to merge rdong/mesa-rdong-2021:av1_dec_problem into main

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)

Signed-off-by: Ruijing Dong ruijing.dong@amd.com

Merge request reports