Home
last modified time | relevance | path

Searched refs:tmp_w (Results 1 – 3 of 3) 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()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c816 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local
819 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio()
822 tmp_w = dst_w; in mtk_mdp_check_scaler_ratio()
826 if ((src_w / tmp_w) > var->h_scale_down_max || in mtk_mdp_check_scaler_ratio()
828 (tmp_w / src_w) > var->h_scale_up_max || in mtk_mdp_check_scaler_ratio()