aarch64/vvc: Fix clip in alf

Fix test failure:
./tests/checkasm/checkasm --test=vvc_alf 3607569773
This commit is contained in:
Zhao Zhili 2024-12-10 12:18:56 +08:00 committed by Nuo Mi
parent 91436638de
commit 40feba5f77

View File

@ -148,7 +148,7 @@
sqxtun v20.8b, v20.8h
str d20, [dst]
.else
smin v20.8h, v20.8h, v25.8h
umin v20.8h, v20.8h, v25.8h
str q20, [dst]
.endif
ret
@ -249,7 +249,7 @@
sqxtun v20.8b, v20.8h
str s20, [dst]
.else
smin v20.4h, v20.4h, v25.4h
umin v20.4h, v20.4h, v25.4h
str d20, [dst]
.endif
ret