[FFmpeg-devel] [PATCH 1/5] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions
Michael Niedermayer
michaelni at gmx.at
Wed Jun 17 14:13:32 CEST 2015
On Sun, Jun 14, 2015 at 11:26:22PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions in new file h263dsp_msa.c
>
> Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
> ---
> libavcodec/h263dsp.c | 2 +
> libavcodec/h263dsp.h | 1 +
> libavcodec/mips/Makefile | 2 +
> libavcodec/mips/h263dsp_init_mips.c | 36 ++++++++
> libavcodec/mips/h263dsp_mips.h | 36 ++++++++
> libavcodec/mips/h263dsp_msa.c | 164 ++++++++++++++++++++++++++++++++++++
> 6 files changed, 241 insertions(+)
> create mode 100644 libavcodec/mips/h263dsp_init_mips.c
> create mode 100644 libavcodec/mips/h263dsp_mips.h
> create mode 100644 libavcodec/mips/h263dsp_msa.c
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- 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/20150617/57d58d26/attachment.asc>
More information about the ffmpeg-devel
mailing list