Searched refs:yout (Results 1 – 1 of 1) sorted by relevance
48 int32_t * yout);468 int32_t * yout) in transform_point_upscaled() argument472 *yout = yin * 256; in transform_point_upscaled()481 *yout = ((int32_t)(yin * t->zoom)) + (t->pivot_y_256); in transform_point_upscaled()485 *yout = ((t->sinma * xin + t->cosma * yin) >> 2) + (t->pivot_y_256); in transform_point_upscaled()489 *yout = (((t->sinma * xin + t->cosma * yin) * t->zoom) >> 10) + (t->pivot_y_256); in transform_point_upscaled()