[FFmpeg-devel] [PATCH 3/3] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions

Michael Niedermayer michaelni at gmx.at
Wed Jun 10 14:31:13 CEST 2015


On Thu, Jun 04, 2015 at 01:31:49PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC intra predition functions in new file hevcpred_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/hevcpred.c                |    3 +
>  libavcodec/hevcpred.h                |    1 +
>  libavcodec/mips/Makefile             |    6 +-
>  libavcodec/mips/hevcpred_init_mips.c |   48 +
>  libavcodec/mips/hevcpred_mips.h      |   73 +
>  libavcodec/mips/hevcpred_msa.c       | 3084 ++++++++++++++++++++++++++++++++++
>  libavutil/mips/generic_macros_msa.h  |   47 +-
>  7 files changed, 3259 insertions(+), 3 deletions(-)
>  create mode 100644 libavcodec/mips/hevcpred_init_mips.c
>  create mode 100644 libavcodec/mips/hevcpred_mips.h
>  create mode 100644 libavcodec/mips/hevcpred_msa.c

applied

thanks

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

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- 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/20150610/c30fab77/attachment.asc>


More information about the ffmpeg-devel mailing list