Mercurial > libavcodec.hg
changeset 3945:9544ad38f02a libavcodec
fix a warning
author | lu_zero |
---|---|
date | Sat, 07 Oct 2006 11:46:35 +0000 |
parents | edacbbf46a19 |
children | ab0797f2e397 |
files | ppc/dsputil_altivec.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ppc/dsputil_altivec.h Sat Oct 07 11:30:24 2006 +0000 +++ b/ppc/dsputil_altivec.h Sat Oct 07 11:46:35 2006 +0000 @@ -27,6 +27,10 @@ extern int has_altivec(void); +void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h); + +void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h); + // used to build registers permutation vectors (vcprm) // the 's' are for words in the _s_econd vector #define WORD_0 0x00,0x01,0x02,0x03