|
FFmpeg
|
#include "config.h"#include "libswscale/swscale.h"#include "libswscale/swscale_internal.h"#include "libavutil/arm/cpu.h"Go to the source code of this file.
Macros | |
| #define | YUV_TO_RGB_TABLE(precision) |
| #define | DECLARE_FF_YUVX_TO_RGBX_FUNCS(ifmt, ofmt, precision) |
| #define | DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS(yuvx, precision) |
| #define | DECLARE_FF_YUVX_TO_ALL_RGBX_ALL_PRECISION_FUNCS(yuvx) DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS(yuvx, 16) \ |
| #define | DECLARE_FF_NVX_TO_RGBX_FUNCS(ifmt, ofmt, precision) |
| #define | DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS(nvx, precision) |
| #define | DECLARE_FF_NVX_TO_ALL_RGBX_ALL_PRECISION_FUNCS(nvx) DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS(nvx, 16) \ |
| #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_arm (SwsContext *c) |
| #define YUV_TO_RGB_TABLE | ( | precision | ) |
Definition at line 66 of file swscale_unscaled.c.
| #define DECLARE_FF_YUVX_TO_RGBX_FUNCS | ( | ifmt, | |
| ofmt, | |||
| precision | |||
| ) |
Definition at line 72 of file swscale_unscaled.c.
| #define DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS | ( | yuvx, | |
| precision | |||
| ) |
Definition at line 99 of file swscale_unscaled.c.
| #define DECLARE_FF_YUVX_TO_ALL_RGBX_ALL_PRECISION_FUNCS | ( | yuvx | ) | DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS(yuvx, 16) \ |
Definition at line 105 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_RGBX_FUNCS | ( | ifmt, | |
| ofmt, | |||
| precision | |||
| ) |
Definition at line 111 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS | ( | nvx, | |
| precision | |||
| ) |
Definition at line 135 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_ALL_RGBX_ALL_PRECISION_FUNCS | ( | nvx | ) | DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS(nvx, 16) \ |
Definition at line 141 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 161 of file swscale_unscaled.c.
Referenced by get_unscaled_swscale_neon().
|
static |
Definition at line 168 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale_arm().
| void ff_get_unscaled_swscale_arm | ( | SwsContext * | c | ) |
Definition at line 185 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale().
1.8.6