Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShivraj Patil <shivraj.patil@imgtec.com>2015-06-14 20:56:22 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-17 14:50:14 +0300
commit63eaf529bcfa2f685f5978d4ba4d327ac837c2e2 (patch)
treed82f3bb3dcc80043efae724b0f6476a3616bcccf /libavcodec/h263dsp.h
parentbb42a7d4d4011101ddbd817c3a5f6d0d86ee26bd (diff)
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions in new file h263dsp_msa.c Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h263dsp.h')
-rw-r--r--libavcodec/h263dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dsp.h b/libavcodec/h263dsp.h
index d2cc2ffe70..1abea3ca8c 100644
--- a/libavcodec/h263dsp.h
+++ b/libavcodec/h263dsp.h
@@ -30,5 +30,6 @@ typedef struct H263DSPContext {
void ff_h263dsp_init(H263DSPContext *ctx);
void ff_h263dsp_init_x86(H263DSPContext *ctx);
+void ff_h263dsp_init_mips(H263DSPContext *ctx);
#endif /* AVCODEC_H263DSP_H */