Searched refs:tmp_w (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/exynos-gsc/ |
| A D | gsc-core.c | 397 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 439 tmp_w = pix_mp->width; in gsc_try_fmt_mplane() 512 *w, *h, tmp_w, tmp_h); in gsc_check_crop_change() 513 *w = tmp_w; in gsc_check_crop_change() 541 tmp_w = s->r.width; in gsc_try_selection() 566 tmp_w = s->r.height; in gsc_try_selection() 592 if (s->r.left + tmp_w > max_w) in gsc_try_selection() 593 s->r.left = max_w - tmp_w; in gsc_try_selection() 610 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local 618 tmp_w = dh; in gsc_check_scaler_ratio() [all …]
|
| A D | gsc-core.h | 397 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
|
| /linux/drivers/staging/media/hantro/ |
| A D | hantro_g2_hevc_dec.c | 65 u32 tmp_w = 0, tmp_h = 0; in prepare_tile_info_buffer() local 75 for (j = 0, tmp_w = 0; j < num_tile_cols - 1; j++) { in prepare_tile_info_buffer() 76 tmp_w += pps->column_width_minus1[j] + 1; in prepare_tile_info_buffer() 83 *p++ = pic_width_in_ctbs - tmp_w; in prepare_tile_info_buffer()
|
| /linux/drivers/media/platform/mtk-mdp/ |
| A D | mtk_mdp_m2m.c | 818 int tmp_w, tmp_h; in mtk_mdp_check_scaler_ratio() local 821 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio() 824 tmp_w = dst_w; in mtk_mdp_check_scaler_ratio() 828 if ((src_w / tmp_w) > var->h_scale_down_max || in mtk_mdp_check_scaler_ratio() 830 (tmp_w / src_w) > var->h_scale_up_max || in mtk_mdp_check_scaler_ratio()
|
| /linux/drivers/media/platform/mtk-vcodec/ |
| A D | mtk_vcodec_dec.c | 236 int tmp_w, tmp_h; in vidioc_try_fmt() local 244 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 253 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 262 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
| A D | mtk_vcodec_enc.c | 274 int tmp_w, tmp_h; in vidioc_try_fmt() local 295 tmp_w = pix_fmt_mp->width; in vidioc_try_fmt() 304 if (pix_fmt_mp->width < tmp_w && in vidioc_try_fmt() 313 tmp_w, tmp_h, pix_fmt_mp->width, in vidioc_try_fmt()
|
| /linux/arch/x86/crypto/ |
| A D | curve25519-x86_64.c | 1005 u64 tmp_w[16U] = { 0U }; in encode_point() local 1006 finv(tmp, z, tmp_w); in encode_point() 1007 fmul(tmp, tmp, x, tmp_w); in encode_point()
|
Completed in 20 milliseconds