comparison 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
comparison
equal deleted inserted replaced
11974:356b20a6566d 11975:c3afb5be0d9b
64 void ff_put_vp8_pixels16_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y); 64 void ff_put_vp8_pixels16_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y);
65 void ff_put_vp8_pixels8_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y); 65 void ff_put_vp8_pixels8_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y);
66 void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y); 66 void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y);
67 67
68 void ff_vp8dsp_init(VP8DSPContext *c); 68 void ff_vp8dsp_init(VP8DSPContext *c);
69 void ff_vp8dsp_init_x86(VP8DSPContext *c);
69 70
70 #endif /* AVCODEC_VP8DSP_H */ 71 #endif /* AVCODEC_VP8DSP_H */