#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <math.h>
#include "mp_msg.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libvo/fastmemcpy.h"
Go to the source code of this file.
|
static int | config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) |
|
static void | uninit (struct vf_instance *vf) |
|
static int | IsRGB (mp_image_t *mpi) |
|
static int | IsYUY2 (mp_image_t *mpi) |
|
static int | put_image (struct vf_instance *vf, mp_image_t *mpi, double pts) |
|
static int | query_format (struct vf_instance *vf, unsigned int fmt) |
|
static int | control (struct vf_instance *vf, int request, void *data) |
|
static int | vf_open (vf_instance_t *vf, char *args) |
|
static int config |
( |
struct vf_instance * |
vf, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
d_width, |
|
|
int |
d_height, |
|
|
unsigned int |
flags, |
|
|
unsigned int |
outfmt |
|
) |
| |
|
static |
static void uninit |
( |
struct vf_instance * |
vf | ) |
|
|
static |
static int put_image |
( |
struct vf_instance * |
vf, |
|
|
mp_image_t * |
mpi, |
|
|
double |
pts |
|
) |
| |
|
static |
static int query_format |
( |
struct vf_instance * |
vf, |
|
|
unsigned int |
fmt |
|
) |
| |
|
static |
static int control |
( |
struct vf_instance * |
vf, |
|
|
int |
request, |
|
|
void * |
data |
|
) |
| |
|
static |
Initial value:= {
"Kernel Deinterlacer",
"kerndeint",
"Donald Graft",
"",
}
Definition at line 336 of file vf_kerndeint.c.