Home
last modified time | relevance | path

Searched refs:spl_fixpt_mul (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/spl/
H A Dspl_fixpt31_32.c101 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_mul() function
234 spl_fixpt_mul( in spl_fixpt_sinc()
244 spl_fixpt_mul(res, arg_norm), in spl_fixpt_sinc()
252 return spl_fixpt_mul( in spl_fixpt_sin()
271 spl_fixpt_mul( in spl_fixpt_cos()
304 spl_fixpt_mul( in fixed31_32_exp_from_taylor_series()
312 spl_fixpt_mul( in fixed31_32_exp_from_taylor_series()
H A Dspl_fixpt31_32.h286 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2);
295 return spl_fixpt_mul(arg1, spl_fixpt_from_int(arg2)); in spl_fixpt_mul_int()
417 spl_fixpt_mul( in spl_fixpt_pow()
H A Ddc_spl.c1193 c0_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c0_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()
1195 c1_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c1_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()
1197 c2_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c2_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()
H A Ddc_spl_isharp_filters.c698 sharp_calc = spl_fixpt_mul(sharp_base, sharp_level); in spl_build_isharp_1dlut_from_reference_curve()