Lines Matching refs:hist
39 haleq(int *y, int *hist, int *hist_leq, int left, int right, int level, int index_left, int index_r… in haleq() argument
45 int num_left = left > 0 ? hist[left - 1] : 0; in haleq()
46 int pixel_num = hist[right] - num_left; 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()
68 block_split_haleq(int* hist, int hist_bin_count, int pixel_num, int block_start_index, float* y_max… in block_split_haleq() argument
74 if(hist[i] > 0) in block_split_haleq()
83 y_avg[block_id] += i * hist[i]; in block_split_haleq()
121 hist_log[index] += hist[i]; in block_split_haleq()
130 hist_log[index] += hist[i]; in block_split_haleq()
139 hist_log[index] += hist[i]; in block_split_haleq()
146 hist_log[map_index_log[(int)y_max[block_id] - 1]] += hist[i]; in block_split_haleq()