#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) |
| void ff_swscale_get_unscaled_altivec | ( | SwsContext * | c | ) |
Definition at line 179 of file yuv2yuv_altivec.c.
Referenced by ff_get_unscaled_swscale().
| static int yv12touyvy_unscaled_altivec | ( | SwsContext * | c, | |
| const uint8_t * | src[], | |||
| int | srcStride[], | |||
| int | srcSliceY, | |||
| int | srcSliceH, | |||
| uint8_t * | dstParam[], | |||
| int | dstStride_a[] | |||
| ) | [static] |
Definition at line 105 of file yuv2yuv_altivec.c.
| static int yv12toyuy2_unscaled_altivec | ( | SwsContext * | c, | |
| const uint8_t * | src[], | |||
| int | srcStride[], | |||
| int | srcSliceY, | |||
| int | srcSliceH, | |||
| uint8_t * | dstParam[], | |||
| int | dstStride_a[] | |||
| ) | [static] |
Definition at line 30 of file yuv2yuv_altivec.c.