Searched refs:spl_fixpt_mul (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/spl/ |
H A D | spl_fixpt31_32.c | 101 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 D | spl_fixpt31_32.h | 286 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 D | dc_spl.c | 1193 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 D | dc_spl_isharp_filters.c | 698 sharp_calc = spl_fixpt_mul(sharp_base, sharp_level); in spl_build_isharp_1dlut_from_reference_curve()
|