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.
Macros | |
#define | YUV_TO_RGB_TABLE |
#define | DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt) |
#define | DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS(yuvx) |
#define | DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt) |
#define | DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS(nvx) |
#define | SET_FF_NVX_TO_RGBX_FUNC(ifmt, IFMT, ofmt, OFMT, accurate_rnd) |
#define | SET_FF_NVX_TO_ALL_RGBX_FUNC(nvx, NVX, accurate_rnd) |
Functions | |
static void | get_unscaled_swscale_neon (SwsContext *c) |
void | ff_get_unscaled_swscale_aarch64 (SwsContext *c) |
#define YUV_TO_RGB_TABLE |
Definition at line 24 of file swscale_unscaled.c.
#define DECLARE_FF_YUVX_TO_RGBX_FUNCS | ( | ifmt, | |
ofmt | |||
) |
Definition at line 30 of file swscale_unscaled.c.
#define DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS | ( | yuvx | ) |
Definition at line 55 of file swscale_unscaled.c.
#define DECLARE_FF_NVX_TO_RGBX_FUNCS | ( | ifmt, | |
ofmt | |||
) |
Definition at line 64 of file swscale_unscaled.c.
#define DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS | ( | nvx | ) |
Definition at line 86 of file swscale_unscaled.c.
#define SET_FF_NVX_TO_RGBX_FUNC | ( | ifmt, | |
IFMT, | |||
ofmt, | |||
OFMT, | |||
accurate_rnd | |||
) |
#define SET_FF_NVX_TO_ALL_RGBX_FUNC | ( | nvx, | |
NVX, | |||
accurate_rnd | |||
) |
Definition at line 108 of file swscale_unscaled.c.
|
static |
Definition at line 115 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale_aarch64().
void ff_get_unscaled_swscale_aarch64 | ( | SwsContext * | c | ) |
Definition at line 124 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale().