Searched refs:foc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_find_rect.c | 145 FOCContext *foc = ctx->priv; in config_input() local 147 if (foc->xmax <= 0) in config_input() 148 foc->xmax = inlink->w - foc->obj_frame->width; in config_input() 149 if (foc->ymax <= 0) in config_input() 150 foc->ymax = inlink->h - foc->obj_frame->height; in config_input() 155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument 161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search() 170 float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); in search() 184 FOCContext *foc = ctx->priv; in filter_frame() local 189 foc->haystack_frame[0] = av_frame_clone(in); in filter_frame() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vdpau_h264.c | 35 static int32_t h264_foc(int foc) in h264_foc() argument 37 if (foc == INT_MAX) in h264_foc() 38 foc = 0; in h264_foc() 39 return foc; in h264_foc()
|
/third_party/glib/glib/pcre/ |
D | pcre_exec.c | 651 #define foc number in match() macro 3432 foc = md->fcc[fc]; in match() 3437 foc = UCD_OTHERCASE(fc); in match() 3440 foc = fc; in match() 3444 foc = TABLE_GET(fc, md->fcc, fc); in match() 3454 if (fc != *eptr && foc != *eptr) RRETURN(MATCH_NOMATCH); in match() 3470 if (fc != *eptr && foc != *eptr) RRETURN(MATCH_NOMATCH); in match() 3485 if (fc != *eptr && foc != *eptr) break; in match() 3702 foc = UCD_OTHERCASE(fc); in match() 3705 foc = fc; in match() [all …]
|
/third_party/node/tools/ |
D | lint-md.mjs | 47096 …[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i, '$1i… 47135 …[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i, '$1u…
|