[FFmpeg-devel] [PATCH 5/5] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functions
Michael Niedermayer
michaelni at gmx.at
Mon Jun 29 12:25:12 CEST 2015
On Sun, Jun 14, 2015 at 11:26:26PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for pixblock functions in new file pixblockdsp_msa.c
> Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h
>
> Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
> ---
> libavcodec/mips/Makefile | 2 +
> libavcodec/mips/pixblockdsp_init_mips.c | 53 ++++++++++++
> libavcodec/mips/pixblockdsp_mips.h | 33 ++++++++
> libavcodec/mips/pixblockdsp_msa.c | 143 ++++++++++++++++++++++++++++++++
> libavcodec/pixblockdsp.c | 2 +
> libavcodec/pixblockdsp.h | 2 +
> libavutil/mips/generic_macros_msa.h | 8 ++
> 7 files changed, 243 insertions(+)
> create mode 100644 libavcodec/mips/pixblockdsp_init_mips.c
> create mode 100644 libavcodec/mips/pixblockdsp_mips.h
> create mode 100644 libavcodec/mips/pixblockdsp_msa.c
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
During times of universal deceit, telling the truth becomes a
revolutionary act. -- George Orwell
-------------- 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/20150629/a9f519c6/attachment.asc>
More information about the ffmpeg-devel
mailing list