Searched refs:spl_fixpt_mul (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/sspl/ |
| A D | spl_fixpt31_32.c | 99 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 D | spl_fixpt31_32.h | 283 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 D | dc_spl_isharp_filters.c | 489 sharp_calc = spl_fixpt_mul(sharp_base, sharp_level); in spl_build_isharp_1dlut_from_reference_curve()
|
| A D | dc_spl.c | 1279 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