Searched refs:scale_factor (Results 1 – 5 of 5) sorted by relevance
426 int max_index, scale_factor; in create_pa_curve() local440 scale_factor = 5; in create_pa_curve()471 accum_tx <<= scale_factor; in create_pa_curve()472 accum_rx <<= scale_factor; in create_pa_curve()475 scale_factor; in create_pa_curve()479 scale_factor) + in create_pa_curve()480 (1 << scale_factor) * i + 16; in create_pa_curve()486 ((accum_ang * (1 << scale_factor)) + accum_cnt) / in create_pa_curve()508 scale_factor = 8; in create_pa_curve()515 (((Y[6] - Y[3]) * 1 << scale_factor) + in create_pa_curve()[all …]
239 unsigned int scale_factor; member
1009 ctx->scale_factor = EXYNOS3250_DEC_SCALE_FACTOR_8_8; in s5p_jpeg_open()1696 ct->scale_factor > 2) { in s5p_jpeg_s_fmt()1741 int w_ratio, h_ratio, scale_factor, cur_ratio, i; in exynos3250_jpeg_try_downscale() local1746 scale_factor = w_ratio > h_ratio ? w_ratio : h_ratio; in exynos3250_jpeg_try_downscale()1747 scale_factor = clamp_val(scale_factor, 1, 8); in exynos3250_jpeg_try_downscale()1752 if (scale_factor <= cur_ratio) { in exynos3250_jpeg_try_downscale()1753 ctx->scale_factor = cur_ratio; in exynos3250_jpeg_try_downscale()1758 r->width = round_down(ctx->out_q.w / ctx->scale_factor, 2); in exynos3250_jpeg_try_downscale()1759 r->height = round_down(ctx->out_q.h / ctx->scale_factor, 2); in exynos3250_jpeg_try_downscale()2437 ctx->scale_factor); in exynos3250_jpeg_device_run()
4407 u8 scale_factor = 1; in wlc_lcnphy_load_rfpower() local4442 (1 << (scale_factor + shift - 3))) >> (scale_factor + in wlc_lcnphy_load_rfpower()
7073 scale_factor = 0; local7105 scale_factor = 1;7108 scale_factor *= max_scale_factor_per_stage;7109 } while (scale_factor < hor_scale_factor[i]);