Searched refs:best_x (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_find_rect.c | 146 …foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, floa… in search() argument 164 *best_x = x; in search() 177 int best_x, best_y; in filter_frame() local 191 &best_x, &best_y, 2.0); in filter_frame() 194 &best_x, &best_y, best_score); in filter_frame() 211 best_x, best_y, best_score); in filter_frame() 212 foc->last_x = best_x; in filter_frame() 219 av_dict_set_int(&in->metadata, "lavfi.rect.x", best_x, 0); in filter_frame()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_rectpack.h | 353 int best_waste = (1<<30), best_x, best_y = (1 << 30); in stbrp__skyline_find_best_pos() local 395 best_x = (best == NULL) ? 0 : (*best)->x; in stbrp__skyline_find_best_pos() 434 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { in stbrp__skyline_find_best_pos() 435 best_x = xpos; in stbrp__skyline_find_best_pos() 448 fr.x = best_x; in stbrp__skyline_find_best_pos()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_rectpack.h | 351 int best_waste = (1<<30), best_x, best_y = (1 << 30); in stbrp__skyline_find_best_pos() local 386 best_x = (best == NULL) ? 0 : (*best)->x; in stbrp__skyline_find_best_pos() 425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { in stbrp__skyline_find_best_pos() 426 best_x = xpos; in stbrp__skyline_find_best_pos() 439 fr.x = best_x; in stbrp__skyline_find_best_pos()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | aflatin.c | 567 FT_Pos best_x = points[best_point].x; in af_latin_metrics_init_blues() local 605 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues() 628 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues() 696 if ( points[prev].x != best_x ) in af_latin_metrics_init_blues()
|