Revision 28186473
libavcodec/fft-test.c | ||
---|---|---|
28 | 28 |
#include <unistd.h> |
29 | 29 |
#include <sys/time.h> |
30 | 30 |
|
31 |
#undef exit |
|
32 |
|
|
31 | 33 |
int mm_flags; |
32 | 34 |
|
33 | 35 |
/* reference fft */ |
libavcodec/motion_test.c | ||
---|---|---|
33 | 33 |
|
34 | 34 |
#include "i386/mmx.h" |
35 | 35 |
|
36 |
#undef exit |
|
36 | 37 |
#undef printf |
37 | 38 |
|
38 | 39 |
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx); |
Also available in: Unified diff