Home
last modified time | relevance | path

Searched refs:tmp_w (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c395 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local
437 tmp_w = pix_mp->width; in gsc_try_fmt_mplane()
442 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height) in gsc_try_fmt_mplane()
444 tmp_w, tmp_h, pix_mp->width, pix_mp->height); in gsc_try_fmt_mplane()
506 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) in gsc_check_crop_change() argument
508 if (tmp_w != *w || tmp_h != *h) { in gsc_check_crop_change()
510 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change()
511 *w = tmp_w; in gsc_check_crop_change()
521 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local
539 tmp_w = s->r.width; in gsc_try_selection()
[all …]
/linux/lib/crypto/x86/
H A Dcurve25519.h1211 u64 tmp_w[16U] = { 0U }; in encode_point() local
1212 finv(tmp, z, tmp_w); in encode_point()
1213 fmul(tmp, tmp, x, tmp_w); in encode_point()