summaryrefslogtreecommitdiff
path: root/libavcodec/hevcpred.h
diff options
context:
space:
mode:
authorShivraj Patil <shivraj.patil@imgtec.com>2015-06-04 13:31:49 +0530
committerMichael Niedermayer <michaelni@gmx.at>2015-06-10 13:53:03 +0200
commitd6d98237ed01aec7d79e7724d43004c8b9c8d383 (patch)
treeb89c2ce4d0bbc2384594c1619eaeebcc13cf671f /libavcodec/hevcpred.h
parent271195f85bbce284ac80ed31c62fba9b7e74e99d (diff)
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>
Diffstat (limited to 'libavcodec/hevcpred.h')
-rw-r--r--libavcodec/hevcpred.h1
1 files changed, 1 insertions, 0 deletions
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 */