Searched refs:hist_leq (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_newtonemapping.cl | 14 __global float *y_max, __global float *y_avg, __global float *hist_leq, 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];
|
/external/libxcam/modules/ocl/ |
D | cl_newtonemapping_handler.cpp | 39 haleq(int *y, int *hist, int *hist_leq, int left, int right, int level, int index_left, int index_r… in haleq() argument 59 hist_leq[index] = (int)(le + 0.5f); in haleq() 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()
|