|
|
@@ -236,7 +236,7 @@ av_cold void ff_vp8dsp_init_x86(VP8DSPContext* c) |
|
|
|
|
|
|
|
/* note that 4-tap width=16 functions are missing because w=16 |
|
|
|
* is only used for luma, and luma is always a copy or sixtap. */ |
|
|
|
if (mm_flags & FF_MM_MMXEXT) { |
|
|
|
if (mm_flags & FF_MM_MMX2) { |
|
|
|
VP8_LUMA_MC_FUNC(0, 16, mmxext); |
|
|
|
VP8_MC_FUNC(1, 8, mmxext); |
|
|
|
VP8_MC_FUNC(1, 4, mmxext); |
|
|
|