Home
last modified time | relevance | path

Searched refs:foc (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c136 FOCContext *foc = ctx->priv; in config_input() local
138 if (foc->xmax <= 0) in config_input()
139 foc->xmax = inlink->w - foc->obj_frame->width; in config_input()
140 if (foc->ymax <= 0) in config_input()
141 foc->ymax = inlink->h - foc->obj_frame->height; in config_input()
146 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) in search() argument
152 search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
161 float score = compare(foc in search()
175 FOCContext *foc = ctx->priv; filter_frame() local
228 FOCContext *foc = ctx->priv; uninit() local
243 FOCContext *foc = ctx->priv; init() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvdpau_h264.c34 static int32_t h264_foc(int foc) in h264_foc() argument
36 if (foc == INT_MAX) in h264_foc()
37 foc = 0; in h264_foc()
38 return foc; in h264_foc()

Completed in 2 milliseconds