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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-09-30 16:37:11 +0400
committerRonald S. Bultje <rsbultje@gmail.com>2011-10-11 18:50:48 +0400
commite3f530feca80627e278e15fbe3b60cef7a6b630d (patch)
tree83a8baa47aae275182f4da7cb9268c0d7be82e83 /libavcodec/proresdsp.h
parent6aa3cac6bf561712086ae413a36b5f05087c8887 (diff)
prores: idct sse2/sse4 optimizations.
~3.0-3.5x as fast as original C version, 1.6x as fast overall.
Diffstat (limited to 'libavcodec/proresdsp.h')
-rw-r--r--libavcodec/proresdsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h
index 18d6bf5830..8b864faabd 100644
--- a/libavcodec/proresdsp.h
+++ b/libavcodec/proresdsp.h
@@ -35,4 +35,6 @@ typedef struct {
void ff_proresdsp_init(ProresDSPContext *dsp);
+void ff_proresdsp_x86_init(ProresDSPContext *dsp);
+
#endif /* AVCODEC_PRORESDSP_H */