| FFmpeg
    | 
video quantizer filter based on ELBG More...
#include "libavcodec/elbg.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/random_seed.h"#include "avfilter.h"#include "drawutils.h"#include "internal.h"#include "video.h"Go to the source code of this file.
| Data Structures | |
| struct | ELBGContext | 
| Macros | |
| #define | OFFSET(x) offsetof(ELBGContext, x) | 
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM | 
| #define | NB_COMPONENTS 3 | 
| #define | R 0 | 
| #define | G 1 | 
| #define | B 2 | 
| Functions | |
| AVFILTER_DEFINE_CLASS (elbg) | |
| static av_cold int | init (AVFilterContext *ctx) | 
| static int | query_formats (AVFilterContext *ctx) | 
| static int | config_input (AVFilterLink *inlink) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
| Variables | |
| static const AVOption | elbg_options [] | 
| static const AVFilterPad | elbg_inputs [] | 
| static const AVFilterPad | elbg_outputs [] | 
| AVFilter | ff_vf_elbg | 
video quantizer filter based on ELBG
Definition in file vf_elbg.c.
| #define OFFSET | ( | x | ) | offsetof(ELBGContext, x) | 
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM | 
| #define NB_COMPONENTS 3 | 
Definition at line 108 of file vf_elbg.c.
Referenced by config_input(), and filter_frame().
| #define R 0 | 
Definition at line 138 of file vf_elbg.c.
Referenced by filter_frame().
| #define G 1 | 
Definition at line 139 of file vf_elbg.c.
Referenced by filter_frame().
| #define B 2 | 
Definition at line 140 of file vf_elbg.c.
Referenced by filter_frame().
| AVFILTER_DEFINE_CLASS | ( | elbg | ) | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| AVFilter ff_vf_elbg | 
 1.8.6
 1.8.6