Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp90 int *sort_y = (int *) xcam_malloc0 ((pixel_num + 1) * sizeof (int)); in block_split_haleq() local
93 XCAM_ASSERT (hist_log && sort_y && map_index_leq && map_index_log); in block_split_haleq()
155 sort_y[sort_index] = i; in block_split_haleq()
159 sort_y[0] = 0; in block_split_haleq()
168 haleq(sort_y, hist_log, map_leq_index, 0, hist_bin_count - 1, 0, 0, 255); in block_split_haleq()
202 xcam_free (sort_y); in block_split_haleq()
203 sort_y = NULL; in block_split_haleq()