#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
#define CHECK_BIT |
( |
|
x, |
|
|
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
Value:{ \
const char const char void * val
static const uint16_t mask[17]
static void stats(AVPacket *const *in, int n_in, unsigned *_max, unsigned *_sum)
static const int factor[16]
Definition at line 94 of file vf_bitplanenoise.c.
Referenced by filter_frame().
AVFILTER_DEFINE_CLASS |
( |
bitplanenoise |
| ) |
|
Initial value:= {
}
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
Definition at line 42 of file vf_bitplanenoise.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 199 of file vf_bitplanenoise.c.
Initial value:= {
.name = "bitplanenoise",
.priv_class = &bitplanenoise_class,
}
static const AVFilterPad outputs[]
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static int query_formats(AVFilterContext *ctx)
#define flags(name, subs,...)
Definition at line 217 of file vf_bitplanenoise.c.