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

Michael Niedermayer michaelni at gmx.at
Fri Jun 19 15:16:47 CEST 2015


On Sun, Jun 14, 2015 at 11:26:24PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for hpel functions in new file hpeldsp_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/hpeldsp.c                |    2 +
>  libavcodec/hpeldsp.h                |    1 +
>  libavcodec/mips/Makefile            |    2 +
>  libavcodec/mips/hpeldsp_init_mips.c |   73 ++
>  libavcodec/mips/hpeldsp_mips.h      |   87 ++
>  libavcodec/mips/hpeldsp_msa.c       | 1498 +++++++++++++++++++++++++++++++++++
>  libavutil/mips/generic_macros_msa.h |  162 ++++
>  7 files changed, 1825 insertions(+)
>  create mode 100644 libavcodec/mips/hpeldsp_init_mips.c
>  create mode 100644 libavcodec/mips/hpeldsp_mips.h
>  create mode 100644 libavcodec/mips/hpeldsp_msa.c

applied

thanks

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

Freedom in capitalist society always remains about the same as it was in
ancient Greek republics: Freedom for slave owners. -- Vladimir Lenin
-------------- 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/20150619/5cd663af/attachment.asc>


More information about the ffmpeg-devel mailing list