mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
aarch64: hevc: Use ld1r instead of ldr+dup in hevc_qpel_uni_w_h
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
717cc82d28
commit
8f03c30a17
@ -2462,8 +2462,7 @@ endfunc
|
||||
sub x2, x2, #3
|
||||
movrel x9, qpel_filters
|
||||
add x9, x9, x12, lsl #3
|
||||
ldr x11, [x9]
|
||||
dup v28.2d, x11
|
||||
ld1r {v28.2d}, [x9]
|
||||
mov w10, #-6
|
||||
sub w10, w10, w5
|
||||
dup v30.4s, w6 // wx
|
||||
|
Loading…
Reference in New Issue
Block a user