Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Functions | |
| static void | AllocFilter (ThisFilter *filter, int width, int height) |
| static int | GreedyHDeint (VideoFilter *f, VideoFrame *frame) |
| void | CleanupGreedyHDeintFilter (VideoFilter *filter) |
| VideoFilter * | GreedyHDeintFilter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| static unsigned int | GreedyMaxComb = MAXCOMB_DEFAULT |
| static unsigned int | GreedyMotionThreshold = MOTIONTHRESHOLD_DEFAULT |
| static unsigned int | GreedyMotionSense = MOTIONSENSE_DEFAULT |
| static const mmx_t | mm_cpool [] |
| static FmtConv | FmtList [] |
| FilterInfo | filter_table [] |
| static void AllocFilter | ( | ThisFilter * | filter, | |
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 94 of file filter_greedyhdeint.c.
Referenced by GreedyHDeint(), GreedyHDeintFilter(), YadifDeint(), and YadifDeintFilter().
| static int GreedyHDeint | ( | VideoFilter * | f, | |
| VideoFrame * | frame | |||
| ) | [static] |
| void CleanupGreedyHDeintFilter | ( | VideoFilter * | filter | ) |
| VideoFilter* GreedyHDeintFilter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 288 of file filter_greedyhdeint.c.
unsigned int GreedyMaxComb = MAXCOMB_DEFAULT [static] |
Definition at line 32 of file filter_greedyhdeint.c.
unsigned int GreedyMotionThreshold = MOTIONTHRESHOLD_DEFAULT [static] |
Definition at line 33 of file filter_greedyhdeint.c.
unsigned int GreedyMotionSense = MOTIONSENSE_DEFAULT [static] |
Definition at line 34 of file filter_greedyhdeint.c.
Initial value:
Definition at line 323 of file filter_greedyhdeint.c.
Initial value:
{
{
symbol: "GreedyHDeintFilter",
name: "greedyhdeint",
descript: "combines data from several fields to deinterlace with less motion blur",
formats: FmtList,
libname: NULL
},
{
symbol: "GreedyHDeintFilter",
name: "greedyhdoubleprocessdeint",
descript: "combines data from several fields to deinterlace with less motion blur",
formats: FmtList,
libname: NULL
},FILT_NULL
}
Definition at line 329 of file filter_greedyhdeint.c.
1.5.5