Home
last modified time | relevance | path

Searched refs:haleq (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/cl_kernel/
Dkernel_newtonemapping.cl50 float4 d, wd, haleq, s, ws;
79 haleq.x = hist_leq[start_index + (int)src_y.x];
80 haleq.y = hist_leq[start_index + (int)src_y.y];
81 haleq.z = hist_leq[start_index + (int)src_y.z];
82 haleq.w = hist_leq[start_index + (int)src_y.w];
85 total_haleq = mad(haleq, w, total_haleq);
/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp39 haleq(int *y, int *hist, int *hist_leq, int left, int right, int level, int index_left, int index_r… in haleq() function
63 haleq (y, hist, hist_leq, left, (int)(le + 0.5f), level + 1, index_left, index); in haleq()
64 haleq (y, hist, hist_leq, (int)(le + 0.5f) + 1, right, level + 1, index + 1, index_right); in haleq()
168 haleq(sort_y, hist_log, map_leq_index, 0, hist_bin_count - 1, 0, 0, 255); in block_split_haleq()