comparison ppc/vp3dsp_altivec.c @ 11382:50415a8f1451 libavcodec

PPC: move prototypes to headers and make some functions static
author mru
date Sat, 06 Mar 2010 22:37:14 +0000
parents d563821462b4
children
comparison
equal deleted inserted replaced
11381:f5ccf2e590d6 11382:50415a8f1451
19 */ 19 */
20 20
21 #include "libavcodec/dsputil.h" 21 #include "libavcodec/dsputil.h"
22 #include "util_altivec.h" 22 #include "util_altivec.h"
23 #include "types_altivec.h" 23 #include "types_altivec.h"
24 #include "dsputil_altivec.h"
24 25
25 static const vec_s16 constants = 26 static const vec_s16 constants =
26 {0, 64277, 60547, 54491, 46341, 36410, 25080, 12785}; 27 {0, 64277, 60547, 54491, 46341, 36410, 25080, 12785};
27 static const vec_u8 interleave_high = 28 static const vec_u8 interleave_high =
28 {0, 1, 16, 17, 4, 5, 20, 21, 8, 9, 24, 25, 12, 13, 28, 29}; 29 {0, 1, 16, 17, 4, 5, 20, 21, 8, 9, 24, 25, 12, 13, 28, 29};