Lines Matching refs:y_predecim

71 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1826 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1874 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1896 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1913 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1956 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1971 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1981 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1996 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2007 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
2024 y_predecim + (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2035 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
2052 y_predecim - (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2066 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_tiler_rotation_offset() argument
2093 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2255 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_24xx() argument
2283 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2301 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_34xx() argument
2356 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2386 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_44xx() argument
2432 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2452 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
2455 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2465 *y_predecim = 1; in dispc_ovl_calc_scaling()
2476 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2481 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2509 *y_predecim = decim_y; in dispc_ovl_calc_scaling()
2516 int *x_predecim, int *y_predecim) in dispc_ovl_check() argument
2549 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2573 int x_predecim = 1, y_predecim = 1; in dispc_ovl_setup_common() local
2618 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
2624 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
2626 if (x_predecim > 1 || y_predecim > 1) in dispc_ovl_setup_common()
2628 x_predecim, y_predecim, in_width, in_height); in dispc_ovl_setup_common()
2687 x_predecim, y_predecim); in dispc_ovl_setup_common()
2693 x_predecim, y_predecim); in dispc_ovl_setup_common()
2699 x_predecim, y_predecim); in dispc_ovl_setup_common()