|
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_GBRP_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_GBRP_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 | |
| void | ff_nv24_to_yuv420p_chroma_neon (uint8_t *dst1, int dstStride1, uint8_t *dst2, int dstStride2, const uint8_t *src, int srcStride, int w, int h) |
| static int | nv24_to_yuv420p_neon_wrapper (SwsInternal *c, const uint8_t *const src[], const int srcStride[], int srcSliceY, int srcSliceH, uint8_t *const dst[], const int dstStride[]) |
| static void | get_unscaled_swscale_neon (SwsInternal *c) |
| void | ff_get_unscaled_swscale_aarch64 (SwsInternal *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_GBRP_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 56 of file swscale_unscaled.c.
| #define DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS | ( | yuvx | ) |
Definition at line 86 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_RGBX_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 96 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_GBRP_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 119 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS | ( | nvx | ) |
Definition at line 173 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 196 of file swscale_unscaled.c.
| void ff_nv24_to_yuv420p_chroma_neon | ( | uint8_t * | dst1, |
| int | dstStride1, | ||
| uint8_t * | dst2, | ||
| int | dstStride2, | ||
| const uint8_t * | src, | ||
| int | srcStride, | ||
| int | w, | ||
| int | h | ||
| ) |
Referenced by nv24_to_yuv420p_neon_wrapper().
|
static |
Definition at line 151 of file swscale_unscaled.c.
Referenced by get_unscaled_swscale_neon().
|
static |
Definition at line 204 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale_aarch64().
| void ff_get_unscaled_swscale_aarch64 | ( | SwsInternal * | c | ) |
Definition at line 218 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale().
1.8.17