From d6d98237ed01aec7d79e7724d43004c8b9c8d383 Mon Sep 17 00:00:00 2001 From: Shivraj Patil Date: Thu, 4 Jun 2015 13:31:49 +0530 Subject: 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 Signed-off-by: Michael Niedermayer --- libavcodec/hevcpred.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/hevcpred.h') diff --git a/libavcodec/hevcpred.h b/libavcodec/hevcpred.h index 7f14a76da1..eb17663683 100644 --- a/libavcodec/hevcpred.h +++ b/libavcodec/hevcpred.h @@ -41,5 +41,6 @@ typedef struct HEVCPredContext { } HEVCPredContext; void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth); +void ff_hevc_pred_init_mips(HEVCPredContext *hpc, int bit_depth); #endif /* AVCODEC_HEVCPRED_H */ -- cgit v1.2.1