|
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 (SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
| 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_GBRP_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 55 of file swscale_unscaled.c.
| #define DECLARE_FF_YUVX_TO_ALL_RGBX_FUNCS | ( | yuvx | ) |
Definition at line 84 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_RGBX_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 94 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_GBRP_FUNCS | ( | ifmt, | |
| ofmt | |||
| ) |
Definition at line 116 of file swscale_unscaled.c.
| #define DECLARE_FF_NVX_TO_ALL_RGBX_FUNCS | ( | nvx | ) |
Definition at line 167 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 190 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 147 of file swscale_unscaled.c.
Referenced by get_unscaled_swscale_neon().
|
static |
Definition at line 198 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale_aarch64().
| void ff_get_unscaled_swscale_aarch64 | ( | SwsContext * | c | ) |
Definition at line 212 of file swscale_unscaled.c.
Referenced by ff_get_unscaled_swscale().
1.8.17