Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Typedefs | |
| typedef struct ThisFilter | ThisFilter |
Functions | |
| static void | SetupFilter (ThisFilter *vf, int width, int height, int *pitches) |
| static void * | memcpy_pic (void *dst, const void *src, int height, int dstStride, int srcStride) |
| static int | IvtcFilter (VideoFilter *vf, VideoFrame *frame, int field) |
| static void | IvtcFilterCleanup (VideoFilter *filter) |
| static VideoFilter * | NewIvtcFilter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
Variables | |
| static FmtConv | FmtList [] |
| ConstFilterInfo | filter_table [] |
| typedef struct ThisFilter ThisFilter |
| static void SetupFilter | ( | ThisFilter * | vf, | |
| int | width, | |||
| int | height, | |||
| int * | pitches | |||
| ) | [static] |
Definition at line 165 of file filter_ivtc.c.
Referenced by IvtcFilter(), and NewIvtcFilter().
| static void* memcpy_pic | ( | void * | dst, | |
| const void * | src, | |||
| int | height, | |||
| int | dstStride, | |||
| int | srcStride | |||
| ) | [inline, static] |
Definition at line 34 of file filter_ivtc.c.
Referenced by IvtcFilter().
| static int IvtcFilter | ( | VideoFilter * | vf, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) | [static] |
Definition at line 47 of file filter_ivtc.c.
Referenced by NewIvtcFilter().
| static void IvtcFilterCleanup | ( | VideoFilter * | filter | ) | [static] |
Definition at line 160 of file filter_ivtc.c.
Referenced by NewIvtcFilter().
| static VideoFilter* NewIvtcFilter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 193 of file filter_ivtc.c.
Definition at line 246 of file filter_ivtc.c.
{
{
filter_init: &NewIvtcFilter,
name: "ivtc",
descript: "inverse telecine filter",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 252 of file filter_ivtc.c.
1.6.3