Go to the source code of this file.
Classes | |
| struct | 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) |
| void | IvtcFilterCleanup (VideoFilter *filter) |
| VideoFilter * | NewIvtcFilter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| static FmtConv | FmtList [] |
| FilterInfo | filter_table [] |
| static void SetupFilter | ( | ThisFilter * | vf, | |
| int | width, | |||
| int | height, | |||
| int * | pitches | |||
| ) | [static] |
| static void* memcpy_pic | ( | void * | dst, | |
| const void * | src, | |||
| int | height, | |||
| int | dstStride, | |||
| int | srcStride | |||
| ) | [inline, static] |
| static int IvtcFilter | ( | VideoFilter * | vf, | |
| VideoFrame * | frame | |||
| ) | [static] |
| void IvtcFilterCleanup | ( | VideoFilter * | filter | ) |
| VideoFilter* NewIvtcFilter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 190 of file filter_ivtc.c.
Initial value:
{
{
symbol: "NewIvtcFilter",
name: "ivtc",
descript: "inverse telecine filter",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 245 of file filter_ivtc.c.
1.5.5