[FFmpeg-devel] [PATCH] Optimization of MP3 decoders for MIPS

Paul B Mahol onemda at gmail.com
Tue Jul 3 01:08:46 CEST 2012


On 7/2/12, Nedeljko Babic <nbabic at mips.com> wrote:
> MP3 fixed and floating point decoders are optimized
>  for MIPS architecture.
>
> Signed-off-by: Nedeljko Babic <nbabic at mips.com>
> ---
>  libavcodec/mips/Makefile                  |    2 +
>  libavcodec/mips/compute_antialias_fixed.h |  247 ++++++
>  libavcodec/mips/compute_antialias_float.h |  183 +++++
>  libavcodec/mips/mpegaudiodsp_mips_fixed.c |  904 +++++++++++++++++++++
>  libavcodec/mips/mpegaudiodsp_mips_float.c | 1243
> +++++++++++++++++++++++++++++
>  libavcodec/mpegaudiodec.c                 |   12 +
>  libavcodec/mpegaudiodsp.c                 |    2 +
>  libavcodec/mpegaudiodsp.h                 |    2 +
>  8 files changed, 2595 insertions(+), 0 deletions(-)
>  create mode 100644 libavcodec/mips/compute_antialias_fixed.h
>  create mode 100644 libavcodec/mips/compute_antialias_float.h
>  create mode 100644 libavcodec/mips/mpegaudiodsp_mips_fixed.c
>  create mode 100644 libavcodec/mips/mpegaudiodsp_mips_float.c
>

Why inline?


More information about the ffmpeg-devel mailing list