Lines Matching refs:y_predecim
81 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1813 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1860 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1881 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1898 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1941 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1956 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1966 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1981 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1992 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
2009 y_predecim + (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2020 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
2037 y_predecim - (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2051 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_tiler_rotation_offset() argument
2078 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2240 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_24xx() argument
2268 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2281 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_34xx() argument
2330 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2355 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_44xx() argument
2398 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2418 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
2421 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2431 *y_predecim = 1; in dispc_ovl_calc_scaling()
2442 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2447 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2464 *y_predecim = decim_y; in dispc_ovl_calc_scaling()
2471 int *x_predecim, int *y_predecim) in dispc_ovl_check() argument
2504 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2528 int x_predecim = 1, y_predecim = 1; in dispc_ovl_setup_common() local
2558 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
2564 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
2606 x_predecim, y_predecim); in dispc_ovl_setup_common()
2612 x_predecim, y_predecim); in dispc_ovl_setup_common()
2618 x_predecim, y_predecim); in dispc_ovl_setup_common()