Lines Matching defs:buf_height
39 unsigned buf_width, unsigned buf_height, unsigned iterations)
49 img.height = buf_height;
59 buf_width, buf_height, iterations);
68 y = rand() % buf_height;
72 if (y == (buf_height - 1))
76 h = rand() % (buf_height - y);
117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch)
134 images[i].height = buf_height;
145 buf_width, buf_height, iterations);
157 y = rand() % buf_height;
161 if (y == (buf_height - 1))
165 h = rand() % (buf_height - y);