You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
aarch64: vp8: Fix assembling with armasm64
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
function ff_vp8_idct_add_neon, export=1
|
||||
ld1 {v0.8b - v3.8b}, [x1]
|
||||
mov w4, #20091
|
||||
movk w4, #35468/2, lsl 16
|
||||
movk w4, #35468/2, lsl #16
|
||||
dup v4.2s, w4
|
||||
|
||||
smull v26.4s, v1.4h, v4.h[0]
|
||||
|
Reference in New Issue
Block a user