Lines Matching refs:y_predecim

71 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1859 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1907 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1929 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1946 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1989 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
2004 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2014 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
2029 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2040 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
2057 y_predecim + (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2068 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
2085 y_predecim - (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2099 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_tiler_rotation_offset() argument
2126 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2288 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_24xx() argument
2316 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2334 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_34xx() argument
2389 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2419 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_44xx() argument
2465 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2485 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
2488 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2498 *y_predecim = 1; in dispc_ovl_calc_scaling()
2509 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2514 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2542 *y_predecim = decim_y; in dispc_ovl_calc_scaling()
2549 int *x_predecim, int *y_predecim) in dispc_ovl_check() argument
2582 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2606 int x_predecim = 1, y_predecim = 1; in dispc_ovl_setup_common() local
2651 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
2657 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
2659 if (x_predecim > 1 || y_predecim > 1) in dispc_ovl_setup_common()
2661 x_predecim, y_predecim, in_width, in_height); in dispc_ovl_setup_common()
2720 x_predecim, y_predecim); in dispc_ovl_setup_common()
2726 x_predecim, y_predecim); in dispc_ovl_setup_common()
2732 x_predecim, y_predecim); in dispc_ovl_setup_common()