FFmpeg
|
#include "avfilter.h"
Go to the source code of this file.
Data Structures | |
struct | FlipContext |
Functions | |
int | ff_hflip_init (FlipContext *s, int step[4], int nb_planes) |
void | ff_hflip_init_x86 (FlipContext *s, int step[4], int nb_planes) |
int ff_hflip_init | ( | FlipContext * | s, |
int | step[4], | ||
int | nb_planes | ||
) |
Definition at line 148 of file vf_hflip.c.
Referenced by check_hflip(), and config_props().
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().