On Wed, Jun 10, 2015 at 07:48:39PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil <shivraj.pa...@imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction 
> functions in new file h264pred_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/h264pred.c                |   1 +
>  libavcodec/h264pred.h                |   2 +
>  libavcodec/mips/Makefile             |   2 +
>  libavcodec/mips/h264dsp_mips.h       |  27 ++
>  libavcodec/mips/h264pred_init_mips.c | 104 +++++
>  libavcodec/mips/h264pred_msa.c       | 723 
> +++++++++++++++++++++++++++++++++++
>  libavutil/mips/generic_macros_msa.h  |  11 +
>  7 files changed, 870 insertions(+)
>  create mode 100644 libavcodec/mips/h264pred_init_mips.c
>  create mode 100644 libavcodec/mips/h264pred_msa.c

applied

thanks

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

Observe your enemies, for they first find out your faults. -- Antisthenes

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