Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/sspl/
A Dspl_fixpt31_32.c99 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_mul() function
230 spl_fixpt_mul( in spl_fixpt_sinc()
240 spl_fixpt_mul(res, arg_norm), in spl_fixpt_sinc()
248 return spl_fixpt_mul( in spl_fixpt_sin()
267 spl_fixpt_mul( in spl_fixpt_cos()
300 spl_fixpt_mul( in spl_fixed31_32_exp_from_taylor_series()
308 spl_fixpt_mul( in spl_fixed31_32_exp_from_taylor_series()
A Dspl_fixpt31_32.h283 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2);
292 return spl_fixpt_mul(arg1, spl_fixpt_from_int(arg2)); in spl_fixpt_mul_int()
414 spl_fixpt_mul( in spl_fixpt_pow()
A Ddc_spl_isharp_filters.c489 sharp_calc = spl_fixpt_mul(sharp_base, sharp_level); in spl_build_isharp_1dlut_from_reference_curve()
A Ddc_spl.c1279 c0_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c0_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()
1281 c1_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c1_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()
1283 c2_calc = spl_fixpt_mul(hdr_mult, spl_fixpt_mul(c2_mult, spl_fixpt_from_fraction( in spl_calculate_c0_c3_hdr()

Completed in 9 milliseconds