comparison i386/mpegvideo_mmx.c @ 4181:580d2c397251 libavcodec

zigzag_direct_noperm doesn't exist, remove declaration
author mru
date Sun, 12 Nov 2006 23:35:49 +0000
parents c8c591fe26f8
children fbac0859753d
comparison
equal deleted inserted replaced
4180:85e1f5ceb97e 4181:580d2c397251
25 #include "../dsputil.h" 25 #include "../dsputil.h"
26 #include "../mpegvideo.h" 26 #include "../mpegvideo.h"
27 #include "../avcodec.h" 27 #include "../avcodec.h"
28 #include "x86_cpu.h" 28 #include "x86_cpu.h"
29 29
30 extern uint8_t zigzag_direct_noperm[64];
31 extern uint16_t inv_zigzag_direct16[64]; 30 extern uint16_t inv_zigzag_direct16[64];
32 31
33 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL; 32 static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;
34 static const unsigned long long int mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; 33 static const unsigned long long int mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;
35 34