22 |
static short const _mmx_one[] = { 1, 1, 1, 1 }; |
22 |
short const _mmx_one[] = { 1, 1, 1, 1 }; |
23 |
static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; |
23 |
unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; |
26 |
static void inline mmx_interpolate_signed(unsigned char **ref, |
26 |
static void inline mmx_interpolate_signed(unsigned char **ref, |