Home
last modified time | relevance | path

Searched refs:five_taps (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc_coefs.c276 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) in dispc_ovl_get_scale_coef() argument
310 return five_taps ? coefs[i].coef_5 : coefs[i].coef_3; in dispc_ovl_get_scale_coef()
H A Ddispc.h106 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc_coefs.c278 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) in dispc_ovl_get_scale_coef() argument
312 return five_taps ? coefs[i].coef_5 : coefs[i].coef_3; in dispc_ovl_get_scale_coef()
H A Ddispc.h103 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
/linux/drivers/gpu/drm/tidss/
H A Dtidss_scale_coefs.c150 bool five_taps) in tidss_get_scale_coefs() argument
191 if (five_taps) in tidss_get_scale_coefs()