FFmpeg
|
temporal field interlace filter, ported from MPlayer/libmpcodecs More...
Go to the source code of this file.
Data Structures | |
struct | TInterlaceContext |
Enumerations | |
enum | TInterlaceMode { MODE_MERGE = 0, MODE_DROP_EVEN, MODE_DROP_ODD, MODE_PAD, MODE_INTERLEAVE_TOP, MODE_INTERLEAVE_BOTTOM, MODE_INTERLACEX2, MODE_NB } |
Functions | |
void | ff_tinterlace_init_x86 (TInterlaceContext *interlace) |
temporal field interlace filter, ported from MPlayer/libmpcodecs
Definition in file tinterlace.h.
enum TInterlaceMode |
MODE_MERGE | |
MODE_DROP_EVEN | |
MODE_DROP_ODD | |
MODE_PAD | |
MODE_INTERLEAVE_TOP | |
MODE_INTERLEAVE_BOTTOM | |
MODE_INTERLACEX2 | |
MODE_NB |
Definition at line 33 of file tinterlace.h.
void ff_tinterlace_init_x86 | ( | TInterlaceContext * | interlace | ) |
Definition at line 39 of file vf_tinterlace_init.c.