Searched refs:ee_config (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/modules/isp/iq/ |
D | x3a_ciq_bnr_ee_tuning_handler.cpp | 82 XCam3aResultEdgeEnhancement ee_config; in analyze() local 101 xcam_mem_clear (ee_config); in analyze() 103 ee_config.gain = linear_interpolate_p2 (tuning[i_prev].ee_gain, tuning[i_curr].ee_gain, in analyze() 106 …ee_config.threshold = linear_interpolate_p2 (tuning[i_prev].ee_threshold, tuning[i_curr].ee_thresh… in analyze() 109 ee_result->set_standard_result (ee_config); in analyze()
|
/external/libxcam/cl_kernel/ |
D | kernel_bayer_pipe.cl | 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); [all …]
|
/external/libxcam/modules/isp/ |
D | x3a_isp_config.cpp | 103 if (config.ee_config) { in copy() 104 ee = *config.ee_config; in copy() 105 isp_config.ee_config = ⅇ in copy()
|