Revision 19530266
libavcodec/x86/dsputil_mmx.c | ||
---|---|---|
2840 | 2840 |
c->avg_h264_qpel_pixels_tab[1][x+y*4] = avg_h264_qpel8_mc##x##y##_##CPU; |
2841 | 2841 |
if((mm_flags & FF_MM_SSE2) && !(mm_flags & FF_MM_3DNOW)){ |
2842 | 2842 |
// these functions are slower than mmx on AMD, but faster on Intel |
2843 |
/* FIXME works in most codecs, but crashes svq1 due to unaligned chroma |
|
2844 | 2843 |
c->put_pixels_tab[0][0] = put_pixels16_sse2; |
2845 | 2844 |
c->avg_pixels_tab[0][0] = avg_pixels16_sse2; |
2846 |
*/ |
|
2847 | 2845 |
H264_QPEL_FUNCS(0, 0, sse2); |
2848 | 2846 |
} |
2849 | 2847 |
if(mm_flags & FF_MM_SSE2){ |
Also available in: Unified diff