Searched refs:tmp_w (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Daudio_helper.c117 struct snd_soc_dapm_widget *w, *tmp_w; local
123 list_for_each_entry(tmp_w, &dapm->card->widgets, list) {
124 if (tmp_w->dapm == dapm &&
125 !strcmp(tmp_w->name, widget->name)) {
126 w = tmp_w;
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c395 u32 min_w, min_h, tmp_w, tmp_h; local
437 tmp_w = pix_mp->width;
442 if (tmp_w != pix_mp->width || tmp_h != pix_mp->height)
444 tmp_w, tmp_h, pix_mp->width, pix_mp->height);
506 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h) argument
508 if (tmp_w != *w || tmp_h != *h) {
510 *w, *h, tmp_w, tmp_h);
511 *w = tmp_w;
521 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; local
539 tmp_w
608 int tmp_w, tmp_h, sc_down_max; local
[all...]
H A Dgsc-core.h396 void gsc_check_crop_change(u32 tmp_w, u32 tmp_h, u32 *w, u32 *h);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec.c262 int tmp_w, tmp_h; local
270 tmp_w = pix_fmt_mp->width;
276 if (pix_fmt_mp->width < tmp_w &&
285 tmp_w, tmp_h, pix_fmt_mp->width, pix_fmt_mp->height,
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c51 u32 tmp_w = 0, tmp_h = 0; local
61 for (j = 0, tmp_w = 0; j < num_tile_cols - 1; j++) {
62 tmp_w += pps->column_width_minus1[j] + 1;
69 *p++ = pic_width_in_ctbs - tmp_w;
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c818 int tmp_w, tmp_h; local
821 tmp_w = dst_h;
824 tmp_w = dst_w;
828 if ((src_w / tmp_w) > var->h_scale_down_max ||
830 (tmp_w / src_w) > var->h_scale_up_max ||
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c1216 u64 tmp_w[16U] = { 0U }; local
1217 finv(tmp, z, tmp_w);
1218 fmul(tmp, tmp, x, tmp_w);
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c298 int tmp_w, tmp_h; local
317 tmp_w = pix_fmt_mp->width;
326 if (pix_fmt_mp->width < tmp_w && (pix_fmt_mp->width + 16) <= max_width)
333 tmp_w, tmp_h, pix_fmt_mp->width,

Completed in 216 milliseconds