FFmpeg
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/error.h"
#include "libavutil/intreadwrite.h"
#include "hflip.h"
Go to the source code of this file.
Functions | |
static void | hflip_byte_c (const uint8_t *src, uint8_t *dst, int w) |
static void | hflip_short_c (const uint8_t *ssrc, uint8_t *ddst, int w) |
static void | hflip_dword_c (const uint8_t *ssrc, uint8_t *ddst, int w) |
static void | hflip_b24_c (const uint8_t *src, uint8_t *dst, int w) |
static void | hflip_b48_c (const uint8_t *src, uint8_t *dst, int w) |
static void | hflip_qword_c (const uint8_t *ssrc, uint8_t *ddst, int w) |
static av_unused int | ff_hflip_init (FlipContext *s, int step[4], int nb_planes) |
|
static |
Definition at line 33 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 39 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 48 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 57 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 69 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 81 of file vf_hflip_init.h.
Referenced by ff_hflip_init().
|
static |
Definition at line 90 of file vf_hflip_init.h.
Referenced by check_hflip(), and config_props().