comparison i386/mpegvideo_mmx.c @ 3398:e0927bc44a10 libavcodec

Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
author lucabe
date Mon, 03 Jul 2006 10:52:07 +0000
parents 7fac25904a8b
children f7125bf10892
comparison
equal deleted inserted replaced
3397:bdfc530c417c 3398:e0927bc44a10
21 */ 21 */
22 22
23 #include "../dsputil.h" 23 #include "../dsputil.h"
24 #include "../mpegvideo.h" 24 #include "../mpegvideo.h"
25 #include "../avcodec.h" 25 #include "../avcodec.h"
26 #include "mmx.h" 26 #include "x86_cpu.h"
27 27
28 extern uint8_t zigzag_direct_noperm[64]; 28 extern uint8_t zigzag_direct_noperm[64];
29 extern uint16_t inv_zigzag_direct16[64]; 29 extern uint16_t inv_zigzag_direct16[64];
30 30
31 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL; 31 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;