FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | TransVtable |
Functions | |
void | ff_transpose_init_x86 (TransVtable *v, int pixstep) |
enum PassthroughType |
Enumerator | |
---|---|
TRANSPOSE_PT_TYPE_NONE | |
TRANSPOSE_PT_TYPE_LANDSCAPE | |
TRANSPOSE_PT_TYPE_PORTRAIT |
Definition at line 24 of file transpose.h.
enum TransposeDir |
Enumerator | |
---|---|
TRANSPOSE_CCLOCK_FLIP | |
TRANSPOSE_CLOCK | |
TRANSPOSE_CCLOCK | |
TRANSPOSE_CLOCK_FLIP | |
TRANSPOSE_REVERSAL | |
TRANSPOSE_HFLIP | |
TRANSPOSE_VFLIP |
Definition at line 30 of file transpose.h.
void ff_transpose_init_x86 | ( | TransVtable * | v, |
int | pixstep | ||
) |
Definition at line 37 of file vf_transpose_init.c.
Referenced by config_props_output().