From e3f530feca80627e278e15fbe3b60cef7a6b630d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 30 Sep 2011 14:37:11 +0200 Subject: prores: idct sse2/sse4 optimizations. ~3.0-3.5x as fast as original C version, 1.6x as fast overall. --- libavcodec/proresdsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/proresdsp.h') 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 */ -- cgit v1.2.3