Move sparc/vis half-pel assembly from dsputil to hpeldsp.

This commit is contained in:
Ronald S. Bultje 2013-03-10 16:51:25 -07:00 committed by Michael Niedermayer
parent a0565a2b65
commit 6802c70106
4 changed files with 3540 additions and 3487 deletions

View File

@ -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);

View File

@ -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

File diff suppressed because it is too large Load Diff