mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Move sparc/vis half-pel assembly from dsputil to hpeldsp.
This commit is contained in:
parent
a0565a2b65
commit
6802c70106
@ -55,8 +55,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags)
|
||||
|
||||
if (ARCH_X86) ff_hpeldsp_init_x86 (c, flags);
|
||||
if (ARCH_ARM) ff_hpeldsp_init_arm (c, flags);
|
||||
#if 0
|
||||
if (HAVE_VIS) ff_hpeldsp_init_vis (c, flags);
|
||||
#if 0
|
||||
if (ARCH_ALPHA) ff_hpeldsp_init_alpha (c, flags);
|
||||
#endif
|
||||
if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags);
|
||||
|
@ -1,2 +1,4 @@
|
||||
VIS-OBJS += sparc/dsputil_vis.o \
|
||||
sparc/simple_idct_vis.o \
|
||||
|
||||
VIS-OBJS-$(CONFIG_HPELDSP) += sparc/hpeldsp_vis.o
|
||||
|
File diff suppressed because it is too large
Load Diff
3537
libavcodec/sparc/hpeldsp_vis.c
Normal file
3537
libavcodec/sparc/hpeldsp_vis.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user