On Thu, Jun 04, 2015 at 01:31:49PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil <shivraj.pa...@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.pa...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to