FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | BWDIFContext |
Enumerations | |
enum | BWDIFMode { BWDIF_MODE_SEND_FRAME = 0, BWDIF_MODE_SEND_FIELD = 1 } |
enum | BWDIFParity { BWDIF_PARITY_TFF = 0, BWDIF_PARITY_BFF = 1, BWDIF_PARITY_AUTO = -1 } |
enum | BWDIFDeint { BWDIF_DEINT_ALL = 0, BWDIF_DEINT_INTERLACED = 1 } |
Functions | |
void | ff_bwdif_init_x86 (BWDIFContext *bwdif) |
enum BWDIFMode |
enum BWDIFParity |
enum BWDIFDeint |
void ff_bwdif_init_x86 | ( | BWDIFContext * | bwdif | ) |
Definition at line 54 of file vf_bwdif_init.c.