Revision 2dd2f716 libavcodec/x86/vp8dsp-init.c
libavcodec/x86/vp8dsp-init.c | ||
---|---|---|
196 | 196 |
extern void ff_vp8_idct_dc_add_mmx(uint8_t *dst, DCTELEM block[16], int stride); |
197 | 197 |
extern void ff_vp8_idct_dc_add_sse4(uint8_t *dst, DCTELEM block[16], int stride); |
198 | 198 |
extern void ff_vp8_luma_dc_wht_mmxext(DCTELEM block[4][4][16], DCTELEM dc[16]); |
199 |
extern void ff_vp8_idct_add_mmx(uint8_t *dst, DCTELEM block[16], int stride); |
|
199 | 200 |
#endif |
200 | 201 |
|
201 | 202 |
#define VP8_LUMA_MC_FUNC(IDX, SIZE, OPT) \ |
... | ... | |
229 | 230 |
#if HAVE_YASM |
230 | 231 |
if (mm_flags & FF_MM_MMX) { |
231 | 232 |
c->vp8_idct_dc_add = ff_vp8_idct_dc_add_mmx; |
233 |
c->vp8_idct_add = ff_vp8_idct_add_mmx; |
|
232 | 234 |
c->put_vp8_epel_pixels_tab[0][0][0] = |
233 | 235 |
c->put_vp8_bilinear_pixels_tab[0][0][0] = ff_put_vp8_pixels16_mmx; |
234 | 236 |
c->put_vp8_epel_pixels_tab[1][0][0] = |
Also available in: Unified diff