You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
aarch64: hpeldsp NEON optimizations
Ported from ARMv7 NEON.
This commit is contained in:
@@ -54,6 +54,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext *c, int flags)
|
||||
hpel_funcs(avg, [3], 2);
|
||||
hpel_funcs(avg_no_rnd,, 16);
|
||||
|
||||
if (ARCH_AARCH64)
|
||||
ff_hpeldsp_init_aarch64(c, flags);
|
||||
if (ARCH_ARM)
|
||||
ff_hpeldsp_init_arm(c, flags);
|
||||
if (ARCH_BFIN)
|
||||
|
||||
Reference in New Issue
Block a user