Home
last modified time | relevance | path

Searched refs:spl_fixed31_32 (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/amd/display/dc/sspl/
A Dspl_fixpt31_32.h144 static inline struct spl_fixed31_32 spl_fixpt_min(struct spl_fixed31_32 arg1, struct spl_fixed31_32 in spl_fixpt_min()
156 static inline struct spl_fixed31_32 spl_fixpt_max(struct spl_fixed31_32 arg1, struct spl_fixed31_32 in spl_fixpt_max()
227 static inline struct spl_fixed31_32 spl_fixpt_add(struct spl_fixed31_32 arg1, struct spl_fixed31_32 in spl_fixpt_add()
252 static inline struct spl_fixed31_32 spl_fixpt_sub(struct spl_fixed31_32 arg1, struct spl_fixed31_32 in spl_fixpt_sub()
283 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2);
299 struct spl_fixed31_32 spl_fixpt_sqr(struct spl_fixed31_32 arg);
314 static inline struct spl_fixed31_32 spl_fixpt_div(struct spl_fixed31_32 arg1, struct spl_fixed31_32 in spl_fixpt_div()
356 struct spl_fixed31_32 spl_fixpt_sin(struct spl_fixed31_32 arg);
368 struct spl_fixed31_32 spl_fixpt_cos(struct spl_fixed31_32 arg);
382 struct spl_fixed31_32 spl_fixpt_exp(struct spl_fixed31_32 arg);
[all …]
A Dspl_fixpt31_32.c49 struct spl_fixed31_32 res; in spl_fixpt_from_fraction()
99 struct spl_fixed31_32 spl_fixpt_mul(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_mul()
101 struct spl_fixed31_32 res; in spl_fixpt_mul()
150 struct spl_fixed31_32 spl_fixpt_sqr(struct spl_fixed31_32 arg) in spl_fixpt_sqr()
152 struct spl_fixed31_32 res; in spl_fixpt_sqr()
190 struct spl_fixed31_32 spl_fixpt_recip(struct spl_fixed31_32 arg) in spl_fixpt_recip()
202 struct spl_fixed31_32 spl_fixpt_sinc(struct spl_fixed31_32 arg) in spl_fixpt_sinc()
246 struct spl_fixed31_32 spl_fixpt_sin(struct spl_fixed31_32 arg) in spl_fixpt_sin()
253 struct spl_fixed31_32 spl_fixpt_cos(struct spl_fixed31_32 arg) in spl_fixpt_cos()
313 struct spl_fixed31_32 spl_fixpt_exp(struct spl_fixed31_32 arg) in spl_fixpt_exp()
[all …]
A Ddc_spl_scl_easf_filters.h20 uint32_t spl_get_v_bf3_mode(struct spl_fixed31_32 ratio);
21 uint32_t spl_get_h_bf3_mode(struct spl_fixed31_32 ratio);
22 uint32_t spl_get_reducer_gain6(int taps, struct spl_fixed31_32 ratio);
23 uint32_t spl_get_reducer_gain4(int taps, struct spl_fixed31_32 ratio);
24 uint32_t spl_get_gainRing6(int taps, struct spl_fixed31_32 ratio);
25 uint32_t spl_get_gainRing4(int taps, struct spl_fixed31_32 ratio);
27 uint32_t spl_get_3tap_uptilt_maxval(int taps, struct spl_fixed31_32 ratio);
28 uint32_t spl_get_3tap_dntilt_slope(int taps, struct spl_fixed31_32 ratio);
29 uint32_t spl_get_3tap_uptilt1_slope(int taps, struct spl_fixed31_32 ratio);
30 uint32_t spl_get_3tap_uptilt2_slope(int taps, struct spl_fixed31_32 ratio);
[all …]
A Ddc_spl_scl_easf_filters.c2409 uint32_t spl_get_v_bf3_mode(struct spl_fixed31_32 ratio) in spl_get_v_bf3_mode()
2418 uint32_t spl_get_h_bf3_mode(struct spl_fixed31_32 ratio) in spl_get_h_bf3_mode()
2427 uint32_t spl_get_reducer_gain6(int taps, struct spl_fixed31_32 ratio) in spl_get_reducer_gain6()
2446 uint32_t spl_get_reducer_gain4(int taps, struct spl_fixed31_32 ratio) in spl_get_reducer_gain4()
2465 uint32_t spl_get_gainRing6(int taps, struct spl_fixed31_32 ratio) in spl_get_gainRing6()
2484 uint32_t spl_get_gainRing4(int taps, struct spl_fixed31_32 ratio) in spl_get_gainRing4()
2517 uint32_t spl_get_3tap_uptilt_maxval(int taps, struct spl_fixed31_32 ratio) in spl_get_3tap_uptilt_maxval()
2531 uint32_t spl_get_3tap_dntilt_slope(int taps, struct spl_fixed31_32 ratio) in spl_get_3tap_dntilt_slope()
2545 uint32_t spl_get_3tap_uptilt1_slope(int taps, struct spl_fixed31_32 ratio) in spl_get_3tap_uptilt1_slope()
2559 uint32_t spl_get_3tap_uptilt2_slope(int taps, struct spl_fixed31_32 ratio) in spl_get_3tap_uptilt2_slope()
[all …]
A Ddc_spl_scl_filters.c1133 static const uint16_t *spl_get_filter_3tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_3tap_64p()
1145 static const uint16_t *spl_get_filter_4tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_4tap_64p()
1157 static const uint16_t *spl_get_filter_5tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_5tap_64p()
1169 static const uint16_t *spl_get_filter_6tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_6tap_64p()
1181 static const uint16_t *spl_get_filter_7tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_7tap_64p()
1193 static const uint16_t *spl_get_filter_8tap_64p(struct spl_fixed31_32 ratio) in spl_get_filter_8tap_64p()
1210 const uint16_t *spl_dscl_get_filter_coeffs_64p(int taps, struct spl_fixed31_32 ratio) in spl_dscl_get_filter_coeffs_64p()
A Ddc_spl_isharp_filters.c344 static unsigned int spl_calculate_sharpness_level_adj(struct spl_fixed31_32 ratio) in spl_calculate_sharpness_level_adj()
347 struct spl_fixed31_32 ratio_level; in spl_calculate_sharpness_level_adj()
382 static unsigned int spl_calculate_sharpness_level(struct spl_fixed31_32 ratio, in spl_calculate_sharpness_level()
450 void spl_build_isharp_1dlut_from_reference_curve(struct spl_fixed31_32 ratio, enum system_setup set… in spl_build_isharp_1dlut_from_reference_curve()
454 struct spl_fixed31_32 sharp_base, sharp_calc, sharp_level; in spl_build_isharp_1dlut_from_reference_curve()
A Ddc_spl_types.h25 struct spl_fixed31_32 horz;
26 struct spl_fixed31_32 vert;
27 struct spl_fixed31_32 horz_c;
28 struct spl_fixed31_32 vert_c;
31 struct spl_fixed31_32 h;
32 struct spl_fixed31_32 h_c;
33 struct spl_fixed31_32 v;
34 struct spl_fixed31_32 v_c;
A Dspl_custom_float.c8 static bool spl_build_custom_float(struct spl_fixed31_32 value, in spl_build_custom_float()
16 const struct spl_fixed31_32 mantissa_constant_plus_max_fraction = in spl_build_custom_float()
20 struct spl_fixed31_32 mantiss; in spl_build_custom_float()
137 bool spl_convert_to_custom_float_format(struct spl_fixed31_32 value, in spl_convert_to_custom_float_format()
A Ddc_spl.c161 struct spl_fixed31_32 temp; in calculate_plane_rec_in_timing_active()
544 struct spl_fixed31_32 ratio, in spl_calculate_init_and_vp()
545 struct spl_fixed31_32 init_adj, in spl_calculate_init_and_vp()
546 struct spl_fixed31_32 *init, in spl_calculate_init_and_vp()
550 struct spl_fixed31_32 temp; in spl_calculate_init_and_vp()
614 struct spl_fixed31_32 init_adj_h = spl_fixpt_zero; in spl_calculate_inits_and_viewports()
615 struct spl_fixed31_32 init_adj_v = spl_fixpt_zero; in spl_calculate_inits_and_viewports()
1180 struct spl_fixed31_32 bot; in spl_set_manual_ratio_init_data()
1264 struct spl_fixed31_32 hdr_mult, c0_mult, c1_mult, c2_mult; in spl_calculate_c0_c3_hdr()
1265 struct spl_fixed31_32 c0_calc, c1_calc, c2_calc; in spl_calculate_c0_c3_hdr()
[all …]
A Ddc_spl_scl_filters.h11 const uint16_t *spl_dscl_get_filter_coeffs_64p(int taps, struct spl_fixed31_32 ratio);
A Dspl_custom_float.h25 struct spl_fixed31_32 value,
A Ddc_spl_isharp_filters.h34 void spl_build_isharp_1dlut_from_reference_curve(struct spl_fixed31_32 ratio, enum system_setup set…

Completed in 31 milliseconds