comparison ppc/idct_altivec.c @ 5746:55ed6dc5d476 libavcodec

Remove const vector macro indirection that is useless and obfuscating now that the Metrowerks workarounds are gone.
author diego
date Mon, 01 Oct 2007 14:23:36 +0000
parents 2b72f9bc4f06
children 33674fb857b5
comparison
equal deleted inserted replaced
5745:61768139733b 5746:55ed6dc5d476
43 #include "gcc_fixes.h" 43 #include "gcc_fixes.h"
44 44
45 #include "dsputil_altivec.h" 45 #include "dsputil_altivec.h"
46 46
47 #define vector_s16_t vector signed short 47 #define vector_s16_t vector signed short
48 #define const_vector_s16_t const_vector signed short 48 #define const_vector_s16_t const vector signed short
49 #define vector_u16_t vector unsigned short 49 #define vector_u16_t vector unsigned short
50 #define vector_s8_t vector signed char 50 #define vector_s8_t vector signed char
51 #define vector_u8_t vector unsigned char 51 #define vector_u8_t vector unsigned char
52 #define vector_s32_t vector signed int 52 #define vector_s32_t vector signed int
53 #define vector_u32_t vector unsigned int 53 #define vector_u32_t vector unsigned int