FFmpeg
|
#include <inttypes.h>
#include "config.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/cpu.h"
Go to the source code of this file.
Functions | |
static int | yv12toyuy2_unscaled_altivec (SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dstParam[], int dstStride_a[]) |
static int | yv12touyvy_unscaled_altivec (SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dstParam[], int dstStride_a[]) |
void | ff_swscale_get_unscaled_altivec (SwsContext *c) |
|
static |
Definition at line 31 of file yuv2yuv_altivec.c.
Referenced by ff_swscale_get_unscaled_altivec().
|
static |
Definition at line 107 of file yuv2yuv_altivec.c.
Referenced by ff_swscale_get_unscaled_altivec().
void ff_swscale_get_unscaled_altivec | ( | SwsContext * | c | ) |
Definition at line 182 of file yuv2yuv_altivec.c.
Referenced by ff_get_unscaled_swscale().