FFmpeg
|
#include "libavutil/mem.h"
#include "libavutil/ppc/types_altivec.h"
#include "libavutil/ppc/util_altivec.h"
#include "dsputil_altivec.h"
Go to the source code of this file.
Functions | |
void | ff_gmc1_altivec (uint8_t *dst, uint8_t *src, int stride, int h, int x16, int y16, int rounder) |
void ff_gmc1_altivec | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x16, | ||
int | y16, | ||
int | rounder | ||
) |
Definition at line 32 of file gmc_altivec.c.
Referenced by ff_dsputil_init_ppc().