OSDN Git Service

avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Thu, 4 Jun 2015 08:01:49 +0000 (13:31 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Jun 2015 11:53:03 +0000 (13:53 +0200)
commitd6d98237ed01aec7d79e7724d43004c8b9c8d383
treeb89c2ce4d0bbc2384594c1619eaeebcc13cf671f
parent271195f85bbce284ac80ed31c62fba9b7e74e99d
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC intra predition functions in new file hevcpred_msa.c
Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/hevcpred.c
libavcodec/hevcpred.h
libavcodec/mips/Makefile
libavcodec/mips/hevcpred_init_mips.c [new file with mode: 0644]
libavcodec/mips/hevcpred_mips.h [new file with mode: 0644]
libavcodec/mips/hevcpred_msa.c [new file with mode: 0644]
libavutil/mips/generic_macros_msa.h