Revision 8434fc26
libavcodec/x86/vp8dsp-init.c | ||
---|---|---|
243 | 243 |
c->vp8_luma_dc_wht = ff_vp8_luma_dc_wht_mmxext; |
244 | 244 |
VP8_LUMA_MC_FUNC(0, 16, mmxext); |
245 | 245 |
VP8_MC_FUNC(1, 8, mmxext); |
246 |
VP8_MC_FUNC(1, 4, mmxext);
|
|
246 |
VP8_MC_FUNC(2, 4, mmxext);
|
|
247 | 247 |
VP8_BILINEAR_MC_FUNC(0, 16, mmxext); |
248 | 248 |
VP8_BILINEAR_MC_FUNC(1, 8, mmxext); |
249 |
VP8_BILINEAR_MC_FUNC(1, 4, mmxext);
|
|
249 |
VP8_BILINEAR_MC_FUNC(2, 4, mmxext);
|
|
250 | 250 |
} |
251 | 251 |
|
252 | 252 |
if (mm_flags & FF_MM_SSE) { |
Also available in: Unified diff