[FFmpeg-devel] [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions

Michael Niedermayer michaelni at gmx.at
Wed Jul 1 18:06:13 CEST 2015


On Mon, Jun 29, 2015 at 08:57:12PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions in new file mpegvideo_msa.c
> 
> Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
> ---
>  libavcodec/mips/Makefile              |   2 +
>  libavcodec/mips/mpegvideo_init_mips.c |  37 +++++
>  libavcodec/mips/mpegvideo_msa.c       | 250 ++++++++++++++++++++++++++++++++++
>  libavcodec/mpegvideo.c                |   2 +
>  libavcodec/mpegvideo.h                |   1 +
>  libavutil/mips/generic_macros_msa.h   |  94 +++++++++++++
>  6 files changed, 386 insertions(+)
>  create mode 100644 libavcodec/mips/mpegvideo_init_mips.c
>  create mode 100644 libavcodec/mips/mpegvideo_msa.c

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150701/af26061d/attachment.asc>


More information about the ffmpeg-devel mailing list