Home
last modified time | relevance | path

Searched refs:best_x (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcorner_match.c92 int x, y, best_x = 0, best_y = 0; in improve_correspondence() local
110 best_x = x; in improve_correspondence()
114 correspondences[i].rx += best_x; in improve_correspondence()
118 int x, y, best_x = 0, best_y = 0; in improve_correspondence() local
136 best_x = x; in improve_correspondence()
139 correspondences[i].x += best_x; in improve_correspondence()
/external/mesa3d/src/imgui/
Dimstb_rectpack.h351 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()
/external/freetype/src/autofit/
Daflatin.c572 FT_Pos best_x = points[best_point].x; in af_latin_metrics_init_blues() local
610 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues()
633 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist ) in af_latin_metrics_init_blues()
701 if ( points[prev].x != best_x ) in af_latin_metrics_init_blues()
Daflatin2.c304 FT_Pos best_x = points[best_point].x; in af_latin2_metrics_init_blues() local
323 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist ) in af_latin2_metrics_init_blues()
338 if ( FT_ABS( points[next].x - best_x ) <= 20 * dist ) in af_latin2_metrics_init_blues()