[Ffmpeg-cvslog] r6575 - trunk/libavcodec/ppc/dsputil_altivec.h
lu_zero
subversion
Sat Oct 7 13:46:36 CEST 2006
Author: lu_zero
Date: Sat Oct 7 13:46:35 2006
New Revision: 6575
Modified:
trunk/libavcodec/ppc/dsputil_altivec.h
Log:
fix a warning
Modified: trunk/libavcodec/ppc/dsputil_altivec.h
==============================================================================
--- trunk/libavcodec/ppc/dsputil_altivec.h (original)
+++ trunk/libavcodec/ppc/dsputil_altivec.h Sat Oct 7 13:46:35 2006
@@ -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
More information about the ffmpeg-cvslog
mailing list