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:
authorJames Almer <jamrial@gmail.com>2015-07-25 19:10:25 +0300
committerJames Almer <jamrial@gmail.com>2015-07-31 01:01:15 +0300
commit9dcaae70f2f3ef27a2f0f8fee92114ea5e8847fb (patch)
treebd53f8eb61d24910e6bc619d1e02b08d3269c682 /libavcodec/aacpsdsp.h
parentd2077c860e56a5c0239fc5d1699e31ae127b2706 (diff)
x86/aacpsdsp: add SSE and SSE3 optimized functions
Between 1.5 and 2.5 times faster Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/aacpsdsp.h')
-rw-r--r--libavcodec/aacpsdsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacpsdsp.h b/libavcodec/aacpsdsp.h
index 9e3c5aa9a7..c194bbe3ae 100644
--- a/libavcodec/aacpsdsp.h
+++ b/libavcodec/aacpsdsp.h
@@ -52,5 +52,6 @@ typedef struct PSDSPContext {
void AAC_RENAME(ff_psdsp_init)(PSDSPContext *s);
void ff_psdsp_init_arm(PSDSPContext *s);
void ff_psdsp_init_mips(PSDSPContext *s);
+void ff_psdsp_init_x86(PSDSPContext *s);
#endif /* LIBAVCODEC_AACPSDSP_H */