OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ee_config
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/isp/iq/
x3a_ciq_bnr_ee_tuning_handler.cpp
82
XCam3aResultEdgeEnhancement
ee_config
;
local
101
xcam_mem_clear (
ee_config
);
103
ee_config
.gain = linear_interpolate_p2 (tuning[i_prev].ee_gain, tuning[i_curr].ee_gain,
106
ee_config
.threshold = linear_interpolate_p2 (tuning[i_prev].ee_threshold, tuning[i_curr].ee_threshold,
109
ee_result->set_standard_result (
ee_config
);
/external/libxcam/cl_kernel/
kernel_bayer_pipe.cl
112
inline float2 dot_ee (float2 value, 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
inline float2 dot_denoise_ee (float2 value, float2 in1, float2 in2, 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
__write_only 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
, &egain[0]);
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
, &egain[3]);
261
table, gain_coff0 * GUASS_DELTA_S_2, &egain[2],
ee_config
);
[
all
...]
/external/libxcam/modules/isp/
x3a_isp_config.cpp
103
if (config.
ee_config
) {
104
ee = *config.
ee_config
;
105
isp_config.
ee_config
= ⅇ
Completed in 877 milliseconds