HomeSort by: relevance | last modified time | path
    Searched refs:fixed31_32 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
fixed31_32.h 1 /* $NetBSD: fixed31_32.h,v 1.3 2021/12/19 10:59:02 riastradh Exp $ */
61 struct fixed31_32 { struct
71 static const struct fixed31_32 dc_fixpt_zero = { 0 };
72 static const struct fixed31_32 dc_fixpt_epsilon = { 1LL };
73 static const struct fixed31_32 dc_fixpt_half = { 0x80000000LL };
74 static const struct fixed31_32 dc_fixpt_one = { 0x100000000LL };
76 static const struct fixed31_32 dc_fixpt_pi = { 13493037705LL };
77 static const struct fixed31_32 dc_fixpt_two_pi = { 26986075409LL };
78 static const struct fixed31_32 dc_fixpt_e = { 11674931555LL };
79 static const struct fixed31_32 dc_fixpt_ln2 = { 2977044471LL }
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
custom_float.h 37 struct fixed31_32 value,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
opp.h 36 struct fixed31_32;
120 struct fixed31_32 r;
121 struct fixed31_32 g;
122 struct fixed31_32 b;
146 struct fixed31_32 x;
147 struct fixed31_32 regamma_y_red;
148 struct fixed31_32 regamma_y_green;
149 struct fixed31_32 regamma_y_blue;
154 struct fixed31_32 r;
155 struct fixed31_32 g
    [all...]
transform.h 33 #include "fixed31_32.h"
132 struct fixed31_32 temperature_matrix[CSC_TEMPERATURE_MATRIX_SIZE];
144 struct fixed31_32 horz;
145 struct fixed31_32 vert;
146 struct fixed31_32 horz_c;
147 struct fixed31_32 vert_c;
164 struct fixed31_32 h;
165 struct fixed31_32 h_c;
166 struct fixed31_32 v;
167 struct fixed31_32 v_bot
    [all...]
hw_shared.h 32 #include "fixed31_32.h"
49 struct fixed31_32 x;
50 struct fixed31_32 y;
51 struct fixed31_32 offset;
52 struct fixed31_32 slope;
67 struct fixed31_32 red;
68 struct fixed31_32 green;
69 struct fixed31_32 blue;
71 struct fixed31_32 delta_red;
72 struct fixed31_32 delta_green
    [all...]
dpp.h 73 struct fixed31_32 temperature_matrix[CSC_TEMPERATURE_MATRIX_SIZE];
stream_encoder.h 145 struct fixed31_32 avg_time_slots_per_mtp);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
conversion.h 31 #include "include/fixed31_32.h"
34 struct fixed31_32 arg,
40 struct fixed31_32 *flt,
amdgpu_fixpt31_32.c 32 #include "include/fixed31_32.h"
74 struct fixed31_32 dc_fixpt_from_fraction(long long numerator, long long denominator)
76 struct fixed31_32 res;
126 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2)
128 struct fixed31_32 res;
177 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg)
179 struct fixed31_32 res
    [all...]
amdgpu_conversion.c 42 struct fixed31_32 arg,
90 struct fixed31_32 *flt,
93 const struct fixed31_32 min_2_13 =
95 const struct fixed31_32 max_2_13 =
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
color_gamma.h 88 struct fixed31_32 arg;
89 struct fixed31_32 a0;
90 struct fixed31_32 a1;
91 struct fixed31_32 a2;
92 struct fixed31_32 a3;
93 struct fixed31_32 gamma;
amdgpu_color_gamma.c 44 static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
45 static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
49 static struct fixed31_32 scratch_1;
50 static struct fixed31_32 scratch_2;
64 static struct fixed31_32 pow_buffer[NUM_PTS_IN_REGION];
65 static struct fixed31_32 gamma_of_2; // 2^gamma
80 struct fixed31_32 region_size = dc_fixpt_from_int(128);
84 struct fixed31_32 increment;
117 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_scl_filters.c 1020 const uint16_t *get_filter_3tap_16p(struct fixed31_32 ratio)
1032 const uint16_t *get_filter_3tap_64p(struct fixed31_32 ratio)
1044 const uint16_t *get_filter_4tap_16p(struct fixed31_32 ratio)
1056 const uint16_t *get_filter_4tap_64p(struct fixed31_32 ratio)
1068 const uint16_t *get_filter_5tap_64p(struct fixed31_32 ratio)
1080 const uint16_t *get_filter_6tap_64p(struct fixed31_32 ratio)
1092 const uint16_t *get_filter_7tap_64p(struct fixed31_32 ratio)
1104 const uint16_t *get_filter_8tap_64p(struct fixed31_32 ratio)
amdgpu_dce_clock_source.c 656 struct fixed31_32 fb_div;
657 struct fixed31_32 ss_amount;
658 struct fixed31_32 ss_nslip_amount;
659 struct fixed31_32 ss_ds_frac_amount;
660 struct fixed31_32 ss_step_size;
661 struct fixed31_32 modulation_time;
amdgpu_dce_transform.c 260 struct fixed31_32 h_init;
261 struct fixed31_32 v_init;
309 static const uint16_t *get_filter_coeffs_16p(int taps, struct fixed31_32 ratio)
861 struct fixed31_32 arr_matrix[GAMUT_MATRIX_SIZE];
874 static uint32_t decide_taps(struct fixed31_32 ratio, uint32_t in_taps, bool chroma)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dwb_scl.c 32 #include "fixed31_32.h"
535 const uint16_t *wbscl_get_filter_3tap_16p(struct fixed31_32 ratio)
547 const uint16_t *wbscl_get_filter_4tap_16p(struct fixed31_32 ratio)
559 static const uint16_t *wbscl_get_filter_5tap_16p(struct fixed31_32 ratio)
571 static const uint16_t *wbscl_get_filter_6tap_16p(struct fixed31_32 ratio)
583 static const uint16_t *wbscl_get_filter_7tap_16p(struct fixed31_32 ratio)
595 static const uint16_t *wbscl_get_filter_8tap_16p(struct fixed31_32 ratio)
607 static const uint16_t *wbscl_get_filter_9tap_16p(struct fixed31_32 ratio)
618 static const uint16_t *wbscl_get_filter_10tap_16p(struct fixed31_32 ratio)
630 static const uint16_t *wbscl_get_filter_11tap_16p(struct fixed31_32 ratio
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_custom_float.c 35 struct fixed31_32 value,
43 const struct fixed31_32 mantissa_constant_plus_max_fraction =
48 struct fixed31_32 mantiss;
188 struct fixed31_32 value,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 32 #include "fixed31_32.h"
396 struct fixed31_32 h_scale_ratio;
397 struct fixed31_32 v_scale_ratio;
425 struct fixed31_32 red;
426 struct fixed31_32 green;
427 struct fixed31_32 blue;
436 struct fixed31_32 red[GAMMA_MAX_ENTRIES];
437 struct fixed31_32 green[GAMMA_MAX_ENTRIES];
438 struct fixed31_32 blue[GAMMA_MAX_ENTRIES];
dc.h 631 struct fixed31_32 red[TRANSFER_FUNC_POINTS];
632 struct fixed31_32 green[TRANSFER_FUNC_POINTS];
633 struct fixed31_32 blue[TRANSFER_FUNC_POINTS];
686 struct fixed31_32 hdr_multiplier;
756 struct fixed31_32 coeff_reduction_factor;
757 struct fixed31_32 hdr_mult;
825 struct fixed31_32 hdr_mult;
833 const struct fixed31_32 *coeff_reduction_factor;
dc_types.h 35 #include "fixed31_32.h"
404 struct fixed31_32 contrast;
405 struct fixed31_32 saturation;
406 struct fixed31_32 brightness;
407 struct fixed31_32 hue;
760 struct fixed31_32 matrix[12];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/virtual/
amdgpu_virtual_stream_encoder.c 56 struct fixed31_32 avg_time_slots_per_mtp) {}
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce100/
amdgpu_dce_clk_mgr.c 122 struct fixed31_32 ss_percentage = dc_fixpt_div_int(
125 struct fixed31_32 adj_dp_ref_clk_khz;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_color.c 167 struct fixed31_32 *matrix)
177 * Our fixed31_32 is also S31.32, but is using 2's complement. We have
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 49 #include "fixed31_32.h"
2622 static struct fixed31_32 get_pbn_per_slot(struct dc_stream_state *stream)
2624 struct fixed31_32 mbytes_per_sec;
2634 static struct fixed31_32 get_pbn_from_timing(struct pipe_ctx *pipe_ctx)
2637 struct fixed31_32 peak_kbps;
2721 struct fixed31_32 avg_time_slots_per_mtp;
2722 struct fixed31_32 pbn;
2723 struct fixed31_32 pbn_per_slot;
2804 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_cm_common.c 441 const struct fixed31_32 end_value =
598 const struct fixed31_32 end_value =

Completed in 26 milliseconds

1 2