OSDN Git Service

Optimization of MP3 decoders for MIPS
authorNedeljko Babic <nbabic@mips.com>
Mon, 2 Jul 2012 12:20:24 +0000 (14:20 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 5 Jul 2012 10:24:03 +0000 (12:24 +0200)
commit6d74e3c6f21fac0d17d0a65d36c83161747885e5
tree2e35d82b4655e330d6a3b25f1879d6243ce95512
parent4ea705114c17a155246e9c194f4790d51cf596f0
Optimization of MP3 decoders for MIPS

MP3 fixed and floating point decoders are optimized
 for MIPS architecture.

Signed-off-by: Nedeljko Babic <nbabic@mips.com>
Reviewed-by: Vitor Sessak <vitor1001@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mips/Makefile
libavcodec/mips/compute_antialias_fixed.h [new file with mode: 0644]
libavcodec/mips/compute_antialias_float.h [new file with mode: 0644]
libavcodec/mips/mpegaudiodsp_mips_fixed.c [new file with mode: 0644]
libavcodec/mips/mpegaudiodsp_mips_float.c [new file with mode: 0644]
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodsp.c
libavcodec/mpegaudiodsp.h