#include "util_altivec.h"
Go to the source code of this file.
Data Structures | |
union | vec_ss |
Defines | |
#define | FILTER_BITS 8 |
Functions | |
void | v_resample16_altivec (uint8_t *dst, int dst_width, const uint8_t *src, int wrap, int16_t *filter) |
Definition in file imgresample_altivec.c.
#define FILTER_BITS 8 |
Definition at line 28 of file imgresample_altivec.c.
void v_resample16_altivec | ( | uint8_t * | dst, | |
int | dst_width, | |||
const uint8_t * | src, | |||
int | wrap, | |||
int16_t * | filter | |||
) |