mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Move x86 half-pel assembly from dsputil to hpeldsp.
This commit is contained in:
parent
e0a8f31591
commit
3ced55d51c
9 changed files with 967 additions and 660 deletions
|
|
@ -53,8 +53,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags)
|
|||
hpel_funcs(avg, [3], 2);
|
||||
hpel_funcs(avg_no_rnd,, 16);
|
||||
|
||||
#if 0
|
||||
if (ARCH_X86) ff_hpeldsp_init_x86 (c, flags);
|
||||
#if 0
|
||||
if (ARCH_ARM) ff_hpeldsp_init_arm (c, flags);
|
||||
if (HAVE_VIS) ff_hpeldsp_init_vis (c, flags);
|
||||
if (ARCH_ALPHA) ff_hpeldsp_init_alpha (c, flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue