Mercurial > libavcodec.hg
comparison ppc/gmc_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 | 98970e51365a |
children | 3cd4cd0509cd |
comparison
equal
deleted
inserted
replaced
11381:f5ccf2e590d6 | 11382:50415a8f1451 |
---|---|
22 | 22 |
23 #include "libavcodec/dsputil.h" | 23 #include "libavcodec/dsputil.h" |
24 #include "dsputil_ppc.h" | 24 #include "dsputil_ppc.h" |
25 #include "util_altivec.h" | 25 #include "util_altivec.h" |
26 #include "types_altivec.h" | 26 #include "types_altivec.h" |
27 #include "dsputil_altivec.h" | |
27 | 28 |
28 /* | 29 /* |
29 altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8, | 30 altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8, |
30 to preserve proper dst alignment. | 31 to preserve proper dst alignment. |
31 */ | 32 */ |