[FFmpeg-devel] [PATCH 4/5] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions
Michael Niedermayer
michaelni at gmx.at
Mon Jun 22 20:43:11 CEST 2015
On Sun, Jun 14, 2015 at 11:26:25PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for block functions in new file blockdsp_msa.c
>
> Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
> ---
> libavcodec/blockdsp.c | 2 +
> libavcodec/blockdsp.h | 1 +
> libavcodec/mips/Makefile | 2 +
> libavcodec/mips/blockdsp_init_mips.c | 40 +++++++++++++++++
> libavcodec/mips/blockdsp_mips.h | 31 +++++++++++++
> libavcodec/mips/blockdsp_msa.c | 86 ++++++++++++++++++++++++++++++++++++
> 6 files changed, 162 insertions(+)
> create mode 100644 libavcodec/mips/blockdsp_init_mips.c
> create mode 100644 libavcodec/mips/blockdsp_mips.h
> create mode 100644 libavcodec/mips/blockdsp_msa.c
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is what and why we do it that matters, not just one of them.
-------------- 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/20150622/6f7d7558/attachment.asc>
More information about the ffmpeg-devel
mailing list