Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (find_rect) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static AVFrame * | downscale (AVFrame *in) |
|
static float | compare (const AVFrame *haystack, const AVFrame *obj, int offx, int offy) |
|
static int | config_input (AVFilterLink *inlink) |
|
static float | search (FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
static av_cold int | init (AVFilterContext *ctx) |
|
◆ MAX_MIPMAPS
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
find_rect |
| ) |
|
◆ query_formats()
◆ downscale()
◆ compare()
◆ config_input()
◆ search()
◆ filter_frame()
◆ uninit()
◆ init()
◆ find_rect_options
◆ foc_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 275 of file vf_find_rect.c.
◆ foc_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 285 of file vf_find_rect.c.
◆ ff_vf_find_rect
Initial value:= {
.name = "find_rect",
.priv_class = &find_rect_class,
}
Definition at line 293 of file vf_find_rect.c.