From ee3ef5fda2f11cb5bf555d4f49698eb5dcde6ee1 Mon Sep 17 00:00:00 2001 From: Shivraj Patil Date: Sun, 14 Jun 2015 23:26:24 +0530 Subject: avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions 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 Signed-off-by: Michael Niedermayer --- libavcodec/hpeldsp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/hpeldsp.h') diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index 07c293ae78..1a3cea54b8 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -99,5 +99,6 @@ void ff_hpeldsp_init_alpha(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); +void ff_hpeldsp_init_mips(HpelDSPContext *c, int flags); #endif /* AVCODEC_HPELDSP_H */ -- cgit v1.2.3