FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | BilateralContext |
Macros | |
#define | OFFSET(x) offsetof(BilateralContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | BILATERAL(type, name) |
Functions | |
AVFILTER_DEFINE_CLASS (bilateral) | |
static int | query_formats (AVFilterContext *ctx) |
static int | config_input (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | bilateral_options [] |
static const AVFilterPad | bilateral_inputs [] |
static const AVFilterPad | bilateral_outputs [] |
AVFilter | ff_vf_bilateral |
#define OFFSET | ( | x | ) | offsetof(BilateralContext, x) |
Definition at line 56 of file vf_bilateral.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 57 of file vf_bilateral.c.
Definition at line 136 of file vf_bilateral.c.
AVFILTER_DEFINE_CLASS | ( | bilateral | ) |
|
static |
Definition at line 68 of file vf_bilateral.c.
|
static |
Definition at line 94 of file vf_bilateral.c.
|
static |
Definition at line 292 of file vf_bilateral.c.
|
static |
Definition at line 328 of file vf_bilateral.c.
|
static |
Definition at line 59 of file vf_bilateral.c.
|
static |
Definition at line 342 of file vf_bilateral.c.
|
static |
Definition at line 352 of file vf_bilateral.c.
AVFilter ff_vf_bilateral |
Definition at line 360 of file vf_bilateral.c.