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

Michael Niedermayer michaelni at gmx.at
Thu Jun 4 19:33:59 CEST 2015


On Thu, Jun 04, 2015 at 01:31:47PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at imgtec.com>
> 
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functions in new file hevc_idct_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            |   3 +-
>  libavcodec/mips/hevc_idct_msa.c     | 939 ++++++++++++++++++++++++++++++++++++
>  libavcodec/mips/hevcdsp_init_mips.c |  14 +
>  libavcodec/mips/hevcdsp_mips.h      |  23 +
>  libavutil/mips/generic_macros_msa.h | 195 ++++++++
>  5 files changed, 1173 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/mips/hevc_idct_msa.c

applied

thanks

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

Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- 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/20150604/9ba5b4db/attachment.asc>


More information about the ffmpeg-devel mailing list