| FFmpeg
    4.0
    | 
#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 147 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().
 1.8.13
 1.8.13