#include <inttypes.h>
#include "config.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/cpu.h"
#include "yuv2rgb_altivec.h"
Go to the source code of this file.
Defines | |
#define | vzero vec_splat_s32(0) |
Functions | |
static void | altivec_packIntArrayToCharArray (int *val, uint8_t *dest, int dstW) |
static void | yuv2planeX_altivec (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) |
static void | hScale_altivec_real (SwsContext *c, int16_t *dst, int dstW, const uint8_t *src, const int16_t *filter, const int32_t *filterPos, int filterSize) |
void | ff_sws_init_swScale_altivec (SwsContext *c) |
#define vzero vec_splat_s32(0) |
Definition at line 32 of file swscale_altivec.c.
Referenced by hadamard8_diff16x8_altivec(), hadamard8_diff8x8_altivec(), and hScale_altivec_real().
static void altivec_packIntArrayToCharArray | ( | int * | val, | |
uint8_t * | dest, | |||
int | dstW | |||
) | [inline, static] |
void ff_sws_init_swScale_altivec | ( | SwsContext * | c | ) |
static void hScale_altivec_real | ( | SwsContext * | c, | |
int16_t * | dst, | |||
int | dstW, | |||
const uint8_t * | src, | |||
const int16_t * | filter, | |||
const int32_t * | filterPos, | |||
int | filterSize | |||
) | [static] |