[FFmpeg-devel] [PATCH 2/5] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functions

Michael Niedermayer michaelni at gmx.at
Thu Jun 18 13:51:22 CEST 2015


On Sun, Jun 14, 2015 at 11:26:23PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for qpel functions in new file qpeldsp_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            |    2 +
>  libavcodec/mips/qpeldsp_init_mips.c |  167 +
>  libavcodec/mips/qpeldsp_mips.h      |  261 ++
>  libavcodec/mips/qpeldsp_msa.c       | 6518 +++++++++++++++++++++++++++++++++++
>  libavcodec/qpeldsp.c                |    2 +
>  libavcodec/qpeldsp.h                |    1 +
>  libavutil/mips/generic_macros_msa.h |   21 +
>  7 files changed, 6972 insertions(+)
>  create mode 100644 libavcodec/mips/qpeldsp_init_mips.c
>  create mode 100644 libavcodec/mips/qpeldsp_mips.h
>  create mode 100644 libavcodec/mips/qpeldsp_msa.c

applied

thanks

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

Democracy is the form of government in which you can choose your dictator
-------------- 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/20150618/efd6bb3b/attachment.asc>


More information about the ffmpeg-devel mailing list