Lines Matching refs:ee_config
112 …e, float2 in1, float2 in2, float2 in3, float2 in4, float2 out, CLEeConfig ee_config, float2 *egain)
116 ee = fabs(ee) > ee_config.ee_threshold ? ee : 0.0f;
118 egain[0] = mad(ee, ee_config.ee_gain, out + 0.03f) / (out + 0.03f);
123 …n2, float2 in3, float2 in4, __local float *table, float coff0, float2 *egain, CLEeConfig ee_config)
126 return dot_ee(value, in1, in2, in3, in4, out, ee_config, egain);
197 …y image2d_t out, uint out_height, int out_x, int out_y, __local float *table, CLEeConfig ee_config)
223 … table, gain_coff0 * GUASS_DELTA_S_2, &egain[1], ee_config);
244 …out_data_g[0].s02 = dot_ee(Gr_x1.s12, Gr_x0, Gr_x1.s01, Gr_x1.s23, Gr_x2.s01, de, ee_config, &egai…
248 …out_data_g[1].s13 = dot_ee(Gb_w1.s12, Gb_w0.s12, Gb_w1.s01, Gb_w1.s23, Gb_w2, de, ee_config, &egai…
261 … table, gain_coff0 * GUASS_DELTA_S_2, &egain[2], ee_config);
320 uint has_denoise, __local float *table, CLEeConfig ee_config)
325 out, output_height, out_x, out_y, table, ee_config);
339 CLEeConfig ee_config
382 …_PER_CELL / 4, (input_y + y_start) * PIXEL_PER_CELL, has_denoise, SLM_delta_coef_table, ee_config);