filter_crop.c File Reference

Go to the source code of this file.

Classes

struct  ThisFilter

Functions

int crop (VideoFilter *f, VideoFrame *frame)
int cropMMX (VideoFilter *f, VideoFrame *frame)
VideoFilternew_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options)

Variables

static FmtConv FmtList []
FilterInfo filter_table []


Function Documentation

int crop ( VideoFilter f,
VideoFrame frame 
)

Definition at line 40 of file filter_crop.c.

Referenced by new_filter().

int cropMMX ( VideoFilter f,
VideoFrame frame 
)

Definition at line 132 of file filter_crop.c.

Referenced by new_filter().

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

Definition at line 240 of file filter_crop.c.


Variable Documentation

FmtConv FmtList[] [static]

Initial value:

 
{
    { FMT_YV12, FMT_YV12 },
    FMT_NULL
}

Definition at line 291 of file filter_crop.c.

Initial value:

 
{
    {
        symbol:     "new_filter",
        name:       "crop",
        descript:   "crops picture by macroblock intervals",
        formats:    FmtList,
        libname:    NULL
    },
    FILT_NULL
}

Definition at line 297 of file filter_crop.c.


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