FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "internal.h"
#include "video.h"
#include "yadif.h"
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(YADIFContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } |
Functions | |
static int | return_frame (AVFilterContext *ctx, int is_second) |
static int | checkstride (YADIFContext *yadif, const AVFrame *a, const AVFrame *b) |
static void | fixstride (AVFilterLink *link, AVFrame *f) |
int | ff_yadif_filter_frame (AVFilterLink *link, AVFrame *frame) |
int | ff_yadif_request_frame (AVFilterLink *link) |
Variables | |
const AVOption | ff_yadif_options [] |
#define OFFSET | ( | x | ) | offsetof(YADIFContext, x) |
Definition at line 212 of file yadif_common.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 213 of file yadif_common.c.
#define CONST | ( | name, | |
help, | |||
val, | |||
unit | |||
) | { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } |
Definition at line 215 of file yadif_common.c.
|
static |
Definition at line 28 of file yadif_common.c.
Referenced by ff_yadif_filter_frame(), and ff_yadif_request_frame().
|
static |
Definition at line 77 of file yadif_common.c.
Referenced by ff_yadif_filter_frame().
|
static |
Definition at line 86 of file yadif_common.c.
Referenced by ff_yadif_filter_frame().
int ff_yadif_filter_frame | ( | AVFilterLink * | link, |
AVFrame * | frame | ||
) |
Definition at line 100 of file yadif_common.c.
Referenced by ff_yadif_request_frame().
int ff_yadif_request_frame | ( | AVFilterLink * | link | ) |
Definition at line 178 of file yadif_common.c.
const AVOption ff_yadif_options[] |
Definition at line 217 of file yadif_common.c.