Searched refs:s_y (Results 1 – 4 of 4) sorted by relevance
40 float s_y = 0.0f;60 s_y = warp_config.proj_mat[3] * t_x +69 warp_y = (s_y * w) / (float)out_height;107 float s_y = warp_config.proj_mat[3] * d_x +116 float warp_y = (s_y * w) / (float)out_height;
38 .section s_y,"y"; .long 1
39 .section s_y,"y"; .long 1
14050 int16_t s_y; in sobel() local14054 s_y = SOBEL_Y(src, stride, i, j); in sobel()14057 s_y = SOBEL_Y(input, stride, i, j); in sobel()14059 sobel_xy r = { .x = s_x, .y = s_y }; in sobel()