| FFmpeg
    4.0
    | 
#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 56 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_RGBX_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) | 
Definition at line 65 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS | ( | nvx | ) | 
Definition at line 89 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 111 of file swscale_unscaled.c.
Referenced by get_unscaled_swscale_neon().
| 
 | static | 
Definition at line 118 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale_aarch64().
| void ff_get_unscaled_swscale_aarch64 | ( | SwsContext * | c | ) | 
Definition at line 127 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale(), and usePal().
 1.8.13
 1.8.13