On Thu, Jul 16, 2015 at 10:58:49AM +0000, Shivraj Patil wrote:
> Hi,
> May I request somebody from maintainers to review this patch please?
> 
> -----Original Message-----
> From: Shivraj Patil 
> Sent: 09 July 2015 18:45
> To: ffmpeg-devel@ffmpeg.org
> Cc: Rob Isherwood; Shivraj Patil
> Subject: [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 
> MC functions
> 
> From: Shivraj Patil <shivraj.pa...@imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions in 
> new file vp9_mc_msa.c
> 
> Signed-off-by: Shivraj Patil <shivraj.pa...@imgtec.com>
> ---
>  libavcodec/mips/Makefile           |    2 +
>  libavcodec/mips/vp9_mc_msa.c       | 2387 
> ++++++++++++++++++++++++++++++++++++
>  libavcodec/mips/vp9dsp_init_mips.c |   94 ++
>  libavcodec/mips/vp9dsp_mips.h      |   91 ++
>  libavcodec/vp9dsp.c                |    1 +
>  libavcodec/vp9dsp.h                |    1 +
>  6 files changed, 2576 insertions(+)
>  create mode 100644 libavcodec/mips/vp9_mc_msa.c
>  create mode 100644 libavcodec/mips/vp9dsp_init_mips.c
>  create mode 100644 libavcodec/mips/vp9dsp_mips.h

applied

thanks

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

it is not once nor twice but times without number that the same ideas make
their appearance in the world. -- Aristotle

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