[FFmpeg-devel] [PATCH 3/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions
Michael Niedermayer
michaelni at gmx.at
Mon Jul 6 18:48:19 CEST 2015
On Mon, Jun 29, 2015 at 08:57:14PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions in new file me_cmp_msa.c
>
> Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
> ---
> libavcodec/me_cmp.c | 2 +
> libavcodec/me_cmp.h | 1 +
> libavcodec/mips/Makefile | 2 +
> libavcodec/mips/me_cmp_init_mips.c | 56 +++
> libavcodec/mips/me_cmp_mips.h | 60 ++++
> libavcodec/mips/me_cmp_msa.c | 686 ++++++++++++++++++++++++++++++++++++
> libavutil/mips/generic_macros_msa.h | 59 ++++
> 7 files changed, 866 insertions(+)
> create mode 100644 libavcodec/mips/me_cmp_init_mips.c
> create mode 100644 libavcodec/mips/me_cmp_mips.h
> create mode 100644 libavcodec/mips/me_cmp_msa.c
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150706/f63b9970/attachment.sig>
More information about the ffmpeg-devel
mailing list