44 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3);
46 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3);
53 if (x >= 0 && x < w && y >= 0 && y < h)
59 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
61 unsigned c0 = frame->
data[0][y * frame->
linesize[0] + x];
64 unsigned c3 = frame->
data[3][y * frame->
linesize[3] + x];
66 if (s0 == c0 && s1 == c1 && s2 == c2 && s3 == c3)
72 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
79 if (s0 == c0 && s1 == c1 && s2 == c2 && s3 == c3)
85 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
87 unsigned c0 = frame->
data[0][y * frame->
linesize[0] + x];
91 if (s0 == c0 && s1 == c1 && s2 == c2)
97 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
103 if (s0 == c0 && s1 == c1 && s2 == c2)
109 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
111 unsigned c0 = frame->
data[0][y * frame->
linesize[0] + x];
119 unsigned s0,
unsigned s1,
unsigned s2,
unsigned s3)
129 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
135 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
141 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
149 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
157 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
166 unsigned d0,
unsigned d1,
unsigned d2,
unsigned d3)
283 const unsigned d0 = s->
d0;
284 const unsigned d1 = s->
d1;
285 const unsigned d2 = s->
d2;
286 const unsigned d3 = s->
d3;
291 const int w = frame->
width;
301 if (s->
is_same(frame, s->
x, s->
y, s0, s1, s2, s3)) {
314 if (s->
is_same(frame, x, y, s0, s1, s2, s3)) {
315 s->
set_pixel(frame, x, y, d0, d1, d2, d3);
404 #define OFFSET(x) offsetof(FloodfillContext, x)
405 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
427 .priv_class = &floodfill_class,
430 .
inputs = floodfill_inputs,
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
This structure describes decoded (raw) audio or video data.
#define AV_PIX_FMT_YUV444P14
#define AV_PIX_FMT_GBRAP10
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
static const AVFilterPad floodfill_outputs[]
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
Main libavfilter public API header.
int h
agreed upon image height
#define AV_PIX_FMT_GBRP10
static int is_inside(int x, int y, int w, int h)
static void pick_pixel4_16(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
void * av_calloc(size_t nmemb, size_t size)
Non-inlined equivalent of av_mallocz_array().
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
const char * name
Pad name.
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
static int is_same1_16(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
AVComponentDescriptor comp[4]
Parameters that describe how pixels are packed.
static int config_input(AVFilterLink *inlink)
#define AV_PIX_FMT_YUV444P16
static void pick_pixel3_16(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
static int is_same4(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
A filter pad used for either input or output.
A link between two filters.
static void set_pixel4_16(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
void * priv
private data for use by the filter
#define AV_PIX_FMT_YUVA444P16
#define AV_PIX_FMT_GBRAP12
#define AV_PIX_FMT_YUV444P10
static void set_pixel4(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
static void pick_pixel1(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
#define AV_PIX_FMT_GBRAP16
int w
agreed upon image width
#define AV_PIX_FMT_GBRP16
#define AV_PIX_FMT_GRAY16
static int is_same3_16(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
void(* pick_pixel)(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
#define AV_PIX_FMT_YUVA444P10
int(* is_same)(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
static const AVFilterPad inputs[]
#define AV_PIX_FMT_YUV444P9
#define AV_PIX_FMT_GBRP14
AVFILTER_DEFINE_CLASS(floodfill)
static const AVFilterPad outputs[]
int format
agreed upon media format
static int filter_frame(AVFilterLink *link, AVFrame *frame)
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
static void set_pixel1(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
Describe the class of an AVClass context structure.
static int is_same3(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
const char * name
Filter name.
AVFilterLink ** outputs
array of pointers to output links
#define AV_PIX_FMT_GBRP12
int av_frame_make_writable(AVFrame *frame)
Ensure that the frame data is writable, avoiding data copy if possible.
#define flags(name, subs,...)
#define AV_PIX_FMT_YUV444P12
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static int is_same4_16(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
static void set_pixel3(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
static void pick_pixel1_16(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
static void pick_pixel4(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
planar GBRA 4:4:4:4 32bpp
#define AV_PIX_FMT_YUVA444P9
AVFilterContext * dst
dest filter
static void pick_pixel3(AVFrame *frame, int x, int y, int *s0, int *s1, int *s2, int *s3)
static const AVOption floodfill_options[]
static int is_same1(AVFrame *frame, int x, int y, unsigned s0, unsigned s1, unsigned s2, unsigned s3)
static const AVFilterPad floodfill_inputs[]
void(* set_pixel)(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
static void set_pixel1_16(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
static void set_pixel3_16(AVFrame *frame, int x, int y, unsigned d0, unsigned d1, unsigned d2, unsigned d3)
int depth
Number of bits in the component.
AVPixelFormat
Pixel format.
static av_cold int query_formats(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)