Mercurial > libavcodec.hg
view ppc/dsputil_altivec.h @ 683:aad2dedb8b6a libavcodec
* Remove -finline-limit=8000 (not supported by gcc 2.95)
* Hack to force correct gcc arch flags for motion_est_alpha.c
author | mellum |
---|---|
date | Thu, 19 Sep 2002 16:06:25 +0000 |
parents | 0012f75c92bb |
children | ace3ccd18dd2 |
line wrap: on
line source
extern int pix_abs16x16_altivec(uint8_t *pix1, uint8_t *pix2, int line_size); extern int pix_abs8x8_altivec(uint8_t *pix1, uint8_t *pix2, int line_size); extern int pix_sum_altivec(UINT8 * pix, int line_size); extern int has_altivec(void);