[FFmpeg-devel] [PATCH 2/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions
Michael Niedermayer
michaelni at gmx.at
Thu Jun 11 17:29:16 CEST 2015
On Wed, Jun 10, 2015 at 07:48:39PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at 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.patil at 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
-------------- 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/20150611/56ad6e52/attachment.asc>
More information about the ffmpeg-devel
mailing list