FFmpeg
|
#include <float.h>
#include "libavutil/cpu.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | IDETContext |
Macros | |
#define | HIST_SIZE 4 |
#define | OFFSET(x) offsetof(IDETContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Enumerations | |
enum | Type { TFF, BFF, PROGRSSIVE, UNDETERMINED } |
Functions | |
AVFILTER_DEFINE_CLASS (idet) | |
static const char * | type2str (Type type) |
static int | filter_line_c (const uint8_t *a, const uint8_t *b, const uint8_t *c, int w) |
static int | filter_line_c_16bit (const uint16_t *a, const uint16_t *b, const uint16_t *c, int w) |
static void | filter (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *link, AVFrame *picref) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
static av_cold int | init (AVFilterContext *ctx) |
Variables | |
static const AVOption | idet_options [] |
static const AVFilterPad | idet_inputs [] |
static const AVFilterPad | idet_outputs [] |
AVFilter | ff_vf_idet |
#define OFFSET | ( | x | ) | offsetof(IDETContext, x) |
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
AVFILTER_DEFINE_CLASS | ( | idet | ) |
|
static |
|
static |
Definition at line 93 of file vf_idet.c.
Referenced by filter_frame().
|
static |
Definition at line 106 of file vf_idet.c.
Referenced by filter_frame().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_vf_idet |