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) |
|
AVFILTER_DEFINE_CLASS |
( |
find_rect |
| ) |
|
static float compare |
( |
const AVFrame * |
haystack, |
|
|
const AVFrame * |
obj, |
|
|
int |
offx, |
|
|
int |
offy |
|
) |
| |
|
static |
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 |
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 277 of file vf_find_rect.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 287 of file vf_find_rect.c.
Initial value:= {
.name = "find_rect",
.priv_class = &find_rect_class,
}
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad foc_outputs[]
static const AVFilterPad foc_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold int init(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
Definition at line 295 of file vf_find_rect.c.