Home | History | Annotate | Download | only in test

Lines Matching refs:dst_height

54     int                dst_width, dst_height;
150 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
157 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
160 dst_format, dst_width, dst_height, dst_bits, dst_stride);
196 clip_boxes[i].y1 = prng_rand_n (dst_height);
200 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
220 for (i = 0; i < dst_stride * dst_height / 4; i++)
230 for (i = 0; i < dst_height; i++)
239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height);