Lines Matching refs:dst_height
60 int dst_width, dst_height; in test_composite() local
114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1; in test_composite()
135 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2); in test_composite()
137 h = prng_rand_n (dst_height * 3 / 2 - dst_y); in test_composite()
141 dstbuf = (uint32_t *)malloc (dst_stride * dst_height); in test_composite()
145 prng_randmemset (dstbuf, dst_stride * dst_height, 0); in test_composite()
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride); in test_composite()
249 src_width, src_height, dst_width, dst_height); in test_composite()
318 clip_boxes[i].y1 = prng_rand_n (dst_height); in test_composite()
322 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1); in test_composite()
346 for (i = 0; i < dst_stride * dst_height / 4; i++) in test_composite()
356 for (i = 0; i < dst_height; i++) in test_composite()
369 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height); in test_composite()