Lines Matching refs:int32_t
11 bilinear_pad_repeat_get_scanline_bounds_ref (int32_t source_image_width,
14 int32_t * left_pad,
15 int32_t * left_tz,
16 int32_t * width,
17 int32_t * right_tz,
18 int32_t * right_pad)
58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1;
59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2;
61 int32_t width = prng_rand_n(10000);
62 int32_t source_image_width = prng_rand_n(10000) + 1;