|
FFmpeg
|
#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.h"#include "formats.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | DebandContext |
| struct | ThreadData |
| Used for passing data between threads. More... | |
Macros | |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (deband) | |
| static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
| static float | frand (int x, int y) |
| static int | get_avg (int ref0, int ref1, int ref2, int ref3) |
| static int | deband_8_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | deband_8_coupling_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | deband_16_coupling_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | deband_16_c (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| static int | config_input (AVFilterLink *inlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
| static const AVOption | deband_options [] |
| static const AVFilterPad | avfilter_vf_deband_inputs [] |
| const FFFilter | ff_vf_deband |
| #define OFFSET | ( | x | ) |
Definition at line 53 of file vf_deband.c.
Definition at line 54 of file vf_deband.c.
| AVFILTER_DEFINE_CLASS | ( | deband | ) |
|
static |
Definition at line 74 of file vf_deband.c.
|
static |
Definition at line 119 of file vf_deband.c.
Referenced by config_input(), and frand().
|
inlinestatic |
Definition at line 126 of file vf_deband.c.
Referenced by deband_16_c(), deband_16_coupling_c(), deband_8_c(), and deband_8_coupling_c().
|
static |
Definition at line 135 of file vf_deband.c.
Referenced by config_input().
|
static |
Definition at line 184 of file vf_deband.c.
Referenced by config_input().
|
static |
Definition at line 249 of file vf_deband.c.
Referenced by config_input().
|
static |
Definition at line 316 of file vf_deband.c.
Referenced by config_input().
|
static |
Definition at line 365 of file vf_deband.c.
Referenced by process_command().
|
static |
Definition at line 414 of file vf_deband.c.
|
static |
Definition at line 438 of file vf_deband.c.
|
static |
Definition at line 449 of file vf_deband.c.
|
static |
Definition at line 56 of file vf_deband.c.
|
static |
Definition at line 457 of file vf_deband.c.
| const FFFilter ff_vf_deband |
Definition at line 466 of file vf_deband.c.