2012-06-04 16:02:56 +00:00
|
|
|
MIPSFPU-OBJS-$(CONFIG_AMRNB_DECODER) += mips/acelp_filters_mips.o \
|
|
|
|
mips/celp_filters_mips.o \
|
|
|
|
mips/celp_math_mips.o \
|
|
|
|
mips/acelp_vectors_mips.o
|
|
|
|
MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \
|
|
|
|
mips/celp_filters_mips.o \
|
|
|
|
mips/amrwbdec_mips.o \
|
|
|
|
mips/celp_math_mips.o \
|
|
|
|
mips/acelp_vectors_mips.o
|
2012-07-02 12:20:24 +00:00
|
|
|
MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o
|
|
|
|
MIPSDSPR1-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o
|
2012-09-04 16:43:34 +00:00
|
|
|
OBJS-$(CONFIG_FFT) += mips/fft_init_table.o
|
|
|
|
MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o
|
|
|
|
MIPSFPU-OBJS-$(HAVE_INLINE_ASM) += mips/fmtconvert_mips.o
|
|
|
|
MIPSFPU-OBJS-$(HAVE_INLINE_ASM) += mips/dsputil_mips.o
|