Go to the documentation of this file.
19 #ifndef MPLAYER_PULLUP_H
20 #define MPLAYER_PULLUP_H
22 #define PULLUP_CPU_MMX 1
23 #define PULLUP_CPU_MMX2 2
24 #define PULLUP_CPU_3DNOW 4
25 #define PULLUP_CPU_3DNOWEXT 8
26 #define PULLUP_CPU_SSE 16
27 #define PULLUP_CPU_SSE2 32
29 #define PULLUP_FMT_Y 1
30 #define PULLUP_FMT_YUY2 2
31 #define PULLUP_FMT_UYVY 3
32 #define PULLUP_FMT_RGB32 4
78 int (*
diff)(
unsigned char *,
unsigned char *, int);
79 int (*
comb)(
unsigned char *,
unsigned char *, int);
80 int (*
var)(
unsigned char *,
unsigned char *, int);