Searched refs:x_out (Results 1 – 1 of 1) sorted by relevance
172 int x_out, y_out; in mk712_store_point() local179 x_out = (x[0] + x[1]) >> 1; in mk712_store_point()181 mk712_output_point(x_out, y_out); in mk712_store_point()188 x_out = (x[0] + x[1] + x[2]) / 3; in mk712_store_point()190 mk712_output_point(x_out, y_out); in mk712_store_point()194 x_out = (x[1] + x[2]) >> 1; in mk712_store_point()196 mk712_output_point(x_out, y_out); in mk712_store_point()211 x_out = (x[0] + x[1]) >> 1; in mk712_store_point()216 x_out = (x[0] + x[2]) >> 1; in mk712_store_point()221 x_out = (x[1] + x[2]) >> 1; in mk712_store_point()[all …]