#include <stdint.h>
Go to the source code of this file.
Functions | |
int | has_altivec (void) |
This function MAY rely on signal() or fork() in order to make sure altivec is present. | |
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) |
int has_altivec | ( | void | ) |
This function MAY rely on signal() or fork() in order to make sure altivec is present.
Definition at line 38 of file check_altivec.c.
Referenced by dsputil_h264_init_ppc(), dsputil_init_ppc(), ff_xvid_encode_init(), and mm_support().