|
FFmpeg
|
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavfilter/hflip.h"Go to the source code of this file.
Functions | |
| void | ff_hflip_byte_ssse3 (const uint8_t *src, uint8_t *dst, int w) |
| void | ff_hflip_byte_avx2 (const uint8_t *src, uint8_t *dst, int w) |
| void | ff_hflip_short_ssse3 (const uint8_t *src, uint8_t *dst, int w) |
| void | ff_hflip_short_avx2 (const uint8_t *src, uint8_t *dst, int w) |
| av_cold void | ff_hflip_init_x86 (FlipContext *s, int step[4], int nb_planes) |
| void ff_hflip_byte_ssse3 | ( | const uint8_t * | src, |
| uint8_t * | dst, | ||
| int | w | ||
| ) |
Referenced by ff_hflip_init_x86().
| void ff_hflip_byte_avx2 | ( | const uint8_t * | src, |
| uint8_t * | dst, | ||
| int | w | ||
| ) |
Referenced by ff_hflip_init_x86().
| void ff_hflip_short_ssse3 | ( | const uint8_t * | src, |
| uint8_t * | dst, | ||
| int | w | ||
| ) |
Referenced by ff_hflip_init_x86().
| void ff_hflip_short_avx2 | ( | const uint8_t * | src, |
| uint8_t * | dst, | ||
| int | w | ||
| ) |
Referenced by ff_hflip_init_x86().
| av_cold void ff_hflip_init_x86 | ( | FlipContext * | s, |
| int | step[4], | ||
| int | nb_planes | ||
| ) |
Definition at line 31 of file vf_hflip_init.c.
Referenced by ff_hflip_init().
1.8.17