Lines Matching refs:y_predecim

82 		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
1873 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1894 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1911 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1954 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1969 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1979 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1994 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2005 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
2022 y_predecim + (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2033 *row_inc = pixinc(1 - y_predecim * screen_width * 2 - in calc_dma_rotation_offset()
2050 y_predecim - (fieldmode ? 1 : 0), in calc_dma_rotation_offset()
2064 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_tiler_rotation_offset() argument
2091 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_tiler_rotation_offset()
2253 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_24xx() argument
2281 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx()
2299 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_34xx() argument
2354 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx()
2384 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, in dispc_ovl_calc_scaling_44xx() argument
2430 int *x_predecim, int *y_predecim, u16 pos_x, in dispc_ovl_calc_scaling() argument
2450 *x_predecim = *y_predecim = 1; in dispc_ovl_calc_scaling()
2453 *y_predecim = (rotation_type == OMAP_DSS_ROT_TILER && in dispc_ovl_calc_scaling()
2463 *y_predecim = 1; in dispc_ovl_calc_scaling()
2474 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2479 x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk, in dispc_ovl_calc_scaling()
2507 *y_predecim = decim_y; in dispc_ovl_calc_scaling()
2514 int *x_predecim, int *y_predecim) in dispc_ovl_check() argument
2547 &five_taps, x_predecim, y_predecim, pos_x, in dispc_ovl_check()
2571 int x_predecim = 1, y_predecim = 1; in dispc_ovl_setup_common() local
2616 &five_taps, &x_predecim, &y_predecim, pos_x, in dispc_ovl_setup_common()
2622 in_height = in_height / y_predecim; in dispc_ovl_setup_common()
2624 if (x_predecim > 1 || y_predecim > 1) in dispc_ovl_setup_common()
2626 x_predecim, y_predecim, in_width, in_height); in dispc_ovl_setup_common()
2685 x_predecim, y_predecim); in dispc_ovl_setup_common()
2691 x_predecim, y_predecim); in dispc_ovl_setup_common()
2697 x_predecim, y_predecim); in dispc_ovl_setup_common()