diff vp8dsp.h @ 11975:c3afb5be0d9b libavcodec

First shot at VP8 optimizations: - MMXEXT, SSE2 and SSSE3 MC functions - MMX and SSE4 IDCT dc_add functions Patch by Jason Garrett-Glaser <darkshikari gmail com> and myself.
author rbultje
date Sun, 27 Jun 2010 02:01:45 +0000
parents 356b20a6566d
children f96187e79438
line wrap: on
line diff
--- a/vp8dsp.h	Sun Jun 27 01:46:29 2010 +0000
+++ b/vp8dsp.h	Sun Jun 27 02:01:45 2010 +0000
@@ -66,5 +66,6 @@
 void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y);
 
 void ff_vp8dsp_init(VP8DSPContext *c);
+void ff_vp8dsp_init_x86(VP8DSPContext *c);
 
 #endif /* AVCODEC_VP8DSP_H */