FFmpeg
|
#include "config.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/aarch64/cpu.h"
Go to the source code of this file.
Functions | |
void | ff_hscale_8_to_15_neon (SwsContext *c, int16_t *dst, int dstW, const uint8_t *src, const int16_t *filter, const int32_t *filterPos, int filterSize) |
void | ff_yuv2planeX_8_neon (const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) |
av_cold void | ff_sws_init_swscale_aarch64 (SwsContext *c) |
void ff_hscale_8_to_15_neon | ( | SwsContext * | c, |
int16_t * | dst, | ||
int | dstW, | ||
const uint8_t * | src, | ||
const int16_t * | filter, | ||
const int32_t * | filterPos, | ||
int | filterSize | ||
) |
Referenced by ff_sws_init_swscale_aarch64(), and ff_sws_init_swscale_arm().
void ff_yuv2planeX_8_neon | ( | const int16_t * | filter, |
int | filterSize, | ||
const int16_t ** | src, | ||
uint8_t * | dest, | ||
int | dstW, | ||
const uint8_t * | dither, | ||
int | offset | ||
) |
Referenced by ff_sws_init_swscale_aarch64(), and ff_sws_init_swscale_arm().
av_cold void ff_sws_init_swscale_aarch64 | ( | SwsContext * | c | ) |
Definition at line 32 of file swscale.c.
Referenced by ff_getSwsFunc().