Go to the documentation of this file.
40 #define OFFSET(x) offsetof(BPNContext, x)
41 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
74 s->nb_planes =
desc->nb_components;
77 s->planeheight[0] =
s->planeheight[3] =
inlink->h;
79 s->planewidth[0] =
s->planewidth[3] =
inlink->w;
81 s->depth =
desc->comp[0].depth;
86 #define CHECK_BIT(x, a, b, c) { \
87 bit = (((val[(x)] & mask) == (val[(x) + (a)] & mask)) + \
88 ((val[(x)] & mask) == (val[(x) + (b)] & mask)) + \
89 ((val[(x)] & mask) == (val[(x) + (c)] & mask))) > 1; \
91 dst[(x)] = factor * bit; \
92 stats[plane] += bit; }
99 const int mask = (1 << (
s->bitplane - 1));
100 const int factor = (1 <<
s->depth) - 1;
101 float stats[4] = { 0 };
103 int plane, y, x,
bit;
116 for (plane = 0; plane <
s->nb_planes; plane++) {
117 const int linesize =
s->planeheight[plane] > 1 ? in->
linesize[plane] : 0;
118 const int dlinesize =
out->linesize[plane];
119 uint8_t *
val = in->
data[plane];
120 uint8_t *dst =
s->filter ?
out->data[plane]:
NULL;
122 for (y = 0; y <
s->planeheight[plane] - 1; y++) {
125 for (x = 1; x <
s->planewidth[plane] - 1; x++) {
129 CHECK_BIT(x, -1, -1 + linesize, linesize)
138 for (x = 1; x <
s->planewidth[plane] - 1; x++) {
142 CHECK_BIT(x, -1, -1 - linesize, -linesize)
145 for (plane = 0; plane <
s->nb_planes; plane++) {
146 const int linesize =
s->planeheight[plane] > 1 ? in->
linesize[plane] / 2 : 0;
147 const int dlinesize =
out->linesize[plane] / 2;
148 uint16_t *
val = (uint16_t *)in->
data[plane];
149 uint16_t *dst =
s->filter ? (uint16_t *)
out->data[plane] :
NULL;
151 val = (uint16_t *)in->
data[plane];
152 for (y = 0; y <
s->planeheight[plane] - 1; y++) {
155 for (x = 1; x <
s->planewidth[plane] - 1; x++) {
159 CHECK_BIT(x, -1, -1 + linesize, linesize)
168 for (x = 1; x <
s->planewidth[plane] - 1; x++) {
172 CHECK_BIT(x, -1, -1 -linesize, -linesize)
176 for (plane = 0; plane <
s->nb_planes; plane++) {
179 stats[plane] /=
s->planewidth[plane] *
s->planeheight[plane];
180 snprintf(
key,
sizeof(
key),
"lavfi.bitplanenoise.%d.%d", plane,
s->bitplane);
208 .
name =
"bitplanenoise",
214 .priv_class = &bitplanenoise_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
AVPixelFormat
Pixel format.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
static void stats(AVPacket *const *in, int n_in, unsigned *_max, unsigned *_sum)
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
#define FILTER_PIXFMTS_ARRAY(array)
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
const AVFilter ff_vf_bitplanenoise
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
#define AV_PIX_FMT_YUV420P10
@ AV_PIX_FMT_YUV440P
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce then the filter should push the output frames on the output link immediately As an exception to the previous rule if the input frame is enough to produce several output frames then the filter needs output only at least one per link The additional frames can be left buffered in the filter
const char * name
Filter name.
A link between two filters.
static const AVFilterPad inputs[]
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
#define bit(string, value)
#define CHECK_BIT(x, a, b, c)
static enum AVPixelFormat pixfmts[]
#define AV_PIX_FMT_GBRP14
AVFILTER_DEFINE_CLASS(bitplanenoise)
#define AV_PIX_FMT_GBRP10
#define AV_PIX_FMT_YUV422P9
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static double val(void *priv, double ch)
#define AV_PIX_FMT_GRAY16
static int config_input(AVFilterLink *inlink)
A filter pad used for either input or output.
#define AV_PIX_FMT_YUV444P10
@ AV_PIX_FMT_YUVJ411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor ...
#define AV_PIX_FMT_YUV422P16
static const uint16_t mask[17]
@ AV_PIX_FMT_YUVJ422P
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
#define AV_PIX_FMT_YUV444P16
#define AV_CEIL_RSHIFT(a, b)
#define AV_PIX_FMT_YUV420P9
#define AV_PIX_FMT_YUV420P16
#define AV_PIX_FMT_GRAY14
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
#define FILTER_INPUTS(array)
@ AV_PIX_FMT_YUVJ444P
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
#define AV_PIX_FMT_GRAY10
#define AV_PIX_FMT_GBRP16
Describe the class of an AVClass context structure.
static __device__ float fabs(float a)
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
#define AV_PIX_FMT_YUV440P10
#define AV_PIX_FMT_YUV422P10
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV444P12
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
int w
agreed upon image width
static const AVFilterPad outputs[]
#define AV_PIX_FMT_GBRP12
@ AV_PIX_FMT_YUVJ440P
planar YUV 4:4:0 full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV440P and setting color_range
const char * name
Pad name.
#define AV_PIX_FMT_YUV444P9
#define AV_PIX_FMT_YUV420P12
#define AV_PIX_FMT_YUV422P14
int h
agreed upon image height
static const AVOption bitplanenoise_options[]
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
static const int factor[16]
@ AV_PIX_FMT_GBRP
planar GBR 4:4:4 24bpp
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
#define FILTER_OUTPUTS(array)
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
@ AV_PIX_FMT_YUV411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
#define AV_PIX_FMT_YUV440P12
#define AV_PIX_FMT_YUV444P14
#define AV_PIX_FMT_GRAY12
#define AV_PIX_FMT_YUV420P14