FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
tinterlace.h File Reference

temporal field interlace filter, ported from MPlayer/libmpcodecs More...

#include "libavutil/opt.h"
#include "avfilter.h"

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)
 

Detailed Description

temporal field interlace filter, ported from MPlayer/libmpcodecs

Definition in file tinterlace.h.

Enumeration Type Documentation

Enumerator
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.

Function Documentation

void ff_tinterlace_init_x86 ( TInterlaceContext interlace)

Definition at line 39 of file vf_tinterlace_init.c.