Searched refs:sy1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_param_shading.c | 120 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local 142 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate() 145 dy1 = sy1 - ty; in crop_and_interpolate() 146 divy = sy1 - sy0; in crop_and_interpolate()
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 507 s32 sx, sy1, sy2, sy, sz; in yas530_get_measure() local 517 sy1 = yas530_linearize(yas5xx, y1, 1); in yas530_get_measure() 541 sy1 = sy1 - (c->Cy1 * t_comp) / 100; in yas530_get_measure() 548 sy = sy1 - sy2; in yas530_get_measure() 549 sz = -sy1 - sy2; in yas530_get_measure()
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1927 float sy0,sy1; in stbtt__fill_active_edges_new() local 1943 sy1 = e->ey; in stbtt__fill_active_edges_new() 1946 sy1 = y_bottom; in stbtt__fill_active_edges_new() 1956 height = sy1 - sy0; in stbtt__fill_active_edges_new() 1968 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new() 1969 t = sy0, sy0 = sy1, sy1 = t; in stbtt__fill_active_edges_new() 1996 scanline[x2] += area + sign * (1-(x_bottom-x2)/2) * (sy1-y_crossing); in stbtt__fill_active_edges_new() 1998 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()
|