|
FFmpeg
|
Shape Adaptive Blur filter, ported from MPlayer libmpcodecs/vf_sab.c. More...
#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libswscale/swscale.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Classes | |
| struct | FilterParam |
| struct | SabContext |
Macros | |
| #define | COLOR_DIFF_COEFF_SIZE 512 |
| #define | RADIUS_MIN 0.1 |
| #define | RADIUS_MAX 4.0 |
| #define | PRE_FILTER_RADIUS_MIN 0.1 |
| #define | PRE_FILTER_RADIUS_MAX 2.0 |
| #define | STRENGTH_MIN 0.1 |
| #define | STRENGTH_MAX 100.0 |
| #define | OFFSET(x) offsetof(SabContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | NB_PLANES 4 |
| #define | UPDATE_FACTOR |
Typedefs | |
| typedef struct FilterParam | FilterParam |
| typedef struct SabContext | SabContext |
Functions | |
| AVFILTER_DEFINE_CLASS (sab) | |
Variables | |
| AVFilter | ff_vf_sab |
Shape Adaptive Blur filter, ported from MPlayer libmpcodecs/vf_sab.c.
| #define UPDATE_FACTOR |
| AVFilter ff_vf_sab |
1.8.12