Lines Matching refs:y_predecim
78 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1710 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1757 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1778 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1795 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1838 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1853 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1863 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1878 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1889 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
1906 y_predecim + (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
1917 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
1934 y_predecim - (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
1948 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_tiler_rotation_offset() argument
1975 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2132 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_24xx() argument
2160 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2173 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_34xx() argument
2214 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2239 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_44xx() argument
2282 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2297 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
2300 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2310 *y_predecim = 1; in dispc_ovl_calc_scaling()
2321 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2326 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2343 *y_predecim = decim_y; in dispc_ovl_calc_scaling()
2350 int *x_predecim, int *y_predecim) in dispc_ovl_check() argument
2383 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2407 int x_predecim = 1, y_predecim = 1; in dispc_ovl_setup_common() local
2437 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
2443 in_height = DIV_ROUND_UP(in_height, y_predecim); in dispc_ovl_setup_common()
2485 x_predecim, y_predecim); in dispc_ovl_setup_common()
2491 x_predecim, y_predecim); in dispc_ovl_setup_common()
2497 x_predecim, y_predecim); in dispc_ovl_setup_common()