Searched refs:five_taps (Results 1 – 5 of 5) sorted by relevance
276 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) in dispc_ovl_get_scale_coef() argument310 return five_taps ? coefs[i].coef_5 : coefs[i].coef_3; in dispc_ovl_get_scale_coef()
106 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
278 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) in dispc_ovl_get_scale_coef() argument312 return five_taps ? coefs[i].coef_5 : coefs[i].coef_3; in dispc_ovl_get_scale_coef()
103 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
150 bool five_taps) in tidss_get_scale_coefs() argument191 if (five_taps) in tidss_get_scale_coefs()