filter_greedyhdeint.c File Reference

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)
VideoFilterGreedyHDeintFilter (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 []


Function Documentation

static void AllocFilter ( ThisFilter filter,
int  width,
int  height 
) [static]

static int GreedyHDeint ( VideoFilter f,
VideoFrame frame 
) [static]

Definition at line 157 of file filter_greedyhdeint.c.

Referenced by GreedyHDeintFilter().

void CleanupGreedyHDeintFilter ( VideoFilter filter  ) 

Definition at line 280 of file filter_greedyhdeint.c.

Referenced by GreedyHDeintFilter().

VideoFilter* GreedyHDeintFilter ( VideoFrameType  inpixfmt,
VideoFrameType  outpixfmt,
int *  width,
int *  height,
char *  options 
)

Definition at line 288 of file filter_greedyhdeint.c.


Variable Documentation

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.

const mmx_t mm_cpool[] [static]

Initial value:

{
    { 0x0000000000000000LL },
}

Definition at line 68 of file filter_greedyhdeint.c.

FmtConv FmtList[] [static]

Initial value:

{
    { FMT_YV12, FMT_YV12 } ,
    FMT_NULL
}

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.


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5