|
FFmpeg
4.4.6
|
#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 | DeblockContext |
Macros | |
| #define | WEAK_HFILTER(name, type, ldiv) |
| #define | WEAK_VFILTER(name, type, ldiv) |
| #define | STRONG_HFILTER(name, type, ldiv) |
| #define | STRONG_VFILTER(name, type, ldiv) |
| #define | OFFSET(x) offsetof(DeblockContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Enumerations | |
| enum | FilterType { DC_TYPE , AC_TYPE , SQ_TYPE , PS_TYPE , NB_TYPES , BUTTERWORTH , CHEBYSHEV1 , CHEBYSHEV2 , NB_TYPES , biquad , equalizer , bass , treble , bandpass , bandreject , allpass , highpass , lowpass , lowshelf , highshelf , WEAK , STRONG , NB_FILTER , LOWPASS , FLAT , AFLAT , CHROMA , COLOR , ACOLOR , XFLAT , YFLAT , NB_FILTERS } |
Functions | |
| static int | query_formats (AVFilterContext *ctx) |
| static int | config_output (AVFilterLink *outlink) |
| 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) |
| AVFILTER_DEFINE_CLASS (deblock) | |
Variables | |
| static const AVOption | deblock_options [] |
| static const AVFilterPad | inputs [] |
| static const AVFilterPad | outputs [] |
| AVFilter | ff_vf_deblock |
Definition at line 93 of file vf_deblock.c.
Definition at line 132 of file vf_deblock.c.
Definition at line 173 of file vf_deblock.c.
Definition at line 219 of file vf_deblock.c.
| #define OFFSET | ( | x | ) | offsetof(DeblockContext, x) |
Definition at line 382 of file vf_deblock.c.
Definition at line 383 of file vf_deblock.c.
| enum FilterType |
Definition at line 34 of file vf_deblock.c.
|
static |
Definition at line 64 of file vf_deblock.c.
|
static |
Definition at line 267 of file vf_deblock.c.
Referenced by process_command().
|
static |
Definition at line 309 of file vf_deblock.c.
|
static |
Definition at line 370 of file vf_deblock.c.
| AVFILTER_DEFINE_CLASS | ( | deblock | ) |
|
static |
Definition at line 385 of file vf_deblock.c.
|
static |
Definition at line 398 of file vf_deblock.c.
|
static |
Definition at line 407 of file vf_deblock.c.
| AVFilter ff_vf_deblock |
Definition at line 418 of file vf_deblock.c.