Lines Matching defs:dst_height
54 int dst_width, dst_height;
156 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
160 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
164 dst_bits += (dst_stride / 4) * (dst_height - 1);
169 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
172 dst_format, dst_width, dst_height, dst_bits, dst_stride);
208 clip_boxes[i].y1 = prng_rand_n (dst_height);
212 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
235 dst_bits += (dst_stride / 4) * (dst_height - 1);