mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
aarch64/vvc: Fix clip in alf
Fix test failure: ./tests/checkasm/checkasm --test=vvc_alf 3607569773
This commit is contained in:
parent
91436638de
commit
40feba5f77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user