Searched refs:in_x (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 71 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) in compute_pq() argument 88 if (dc_fixpt_lt(in_x, dc_fixpt_zero)) in compute_pq() 89 in_x = dc_fixpt_zero; in compute_pq() 91 l_pow_m1 = dc_fixpt_pow(in_x, m1); in compute_pq() 100 static void compute_de_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) in compute_de_pq() argument 118 if (dc_fixpt_lt(in_x, dc_fixpt_zero)) in compute_de_pq() 119 in_x = dc_fixpt_zero; in compute_de_pq() 121 l_pow_m1 = dc_fixpt_pow(in_x, in compute_de_pq() 136 static void compute_hlg_oetf(struct fixed31_32 in_x, bool is_light0_12, struct fixed31_32 *out_y) in compute_hlg_oetf() argument 158 if (dc_fixpt_lt(threshold, in_x)) in compute_hlg_oetf() [all …]
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 67 int in_x, int out_x, int flip_lr, in calculate_h_scale_registers() argument 91 if (in_x > out_x) { in calculate_h_scale_registers() 92 xpsc = in_x / out_x; in calculate_h_scale_registers() 106 while (in_x / xpsc >= 384 ) in calculate_h_scale_registers() 112 while ( in_x / xpsc >= 768 ) in calculate_h_scale_registers() 130 if ( (in_x == out_x) && ( 1 == xpsc ) ) in calculate_h_scale_registers() 133 xsci = ( (1024 * in_x) / (out_x * xpsc) ) + xpsc; in calculate_h_scale_registers()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | tsc200x-core.c | 94 int in_x; member 172 ts->in_x == tsdata.x && ts->in_y == tsdata.y && in tsc200x_irq_thread() 181 ts->in_x = tsdata.x; in tsc200x_irq_thread()
|