Go to the source code of this file.
Classes | |
| struct | LBFilter |
Functions | |
| void | linearBlendMMX (unsigned char *src, int stride) |
| void | linearBlend3DNow (unsigned char *src, int stride) |
| void | linearBlend (unsigned char *src, int stride) |
| void | linearBlendAltivec (unsigned char *src, int stride) |
| int | linearBlendFilterAltivec (VideoFilter *f, VideoFrame *frame) |
| int | linearBlendFilter (VideoFilter *f, VideoFrame *frame) |
| VideoFilter * | new_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| static FmtConv | FmtList [] |
| FilterInfo | filter_table [] |
| void linearBlendMMX | ( | unsigned char * | src, | |
| int | stride | |||
| ) |
| void linearBlend3DNow | ( | unsigned char * | src, | |
| int | stride | |||
| ) |
| void linearBlend | ( | unsigned char * | src, | |
| int | stride | |||
| ) |
Definition at line 240 of file filter_linearblend.c.
Referenced by linearBlendFilterAltivec(), and new_filter().
| void linearBlendAltivec | ( | unsigned char * | src, | |
| int | stride | |||
| ) | [inline] |
| int linearBlendFilterAltivec | ( | VideoFilter * | f, | |
| VideoFrame * | frame | |||
| ) |
| int linearBlendFilter | ( | VideoFilter * | f, | |
| VideoFrame * | frame | |||
| ) |
| VideoFilter* new_filter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 332 of file filter_linearblend.c.
Initial value:
Definition at line 370 of file filter_linearblend.c.
Initial value:
{
{
symbol: "new_filter",
name: "linearblend",
descript: "fast blending deinterlace filter",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 376 of file filter_linearblend.c.
1.5.5