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

Michael Niedermayer michaelni at gmx.at
Thu Jun 11 17:29:33 CEST 2015


On Wed, Jun 10, 2015 at 07:48:40PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions in new file h264idct_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            |   3 +-
>  libavcodec/mips/h264dsp_init_mips.c |  15 ++
>  libavcodec/mips/h264dsp_mips.h      |  24 ++
>  libavcodec/mips/h264idct_msa.c      | 469 ++++++++++++++++++++++++++++++++++++
>  libavutil/mips/generic_macros_msa.h |  96 ++++++++
>  5 files changed, 606 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/mips/h264idct_msa.c

applied

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

Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- 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/20150611/d27911d6/attachment.asc>


More information about the ffmpeg-devel mailing list