Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/opencl/
Dcalc_back_project.cl47 __kernel void calcLUT(__global const uchar * histptr, int hist_step, int hist_offset, int hist_bins,
57 float lb = ranges[0], ub = ranges[1], gap = (ub - lb) / hist_bins;
61 if (bin >= hist_bins)
92 __kernel void calcLUT(int hist_bins, __global int * lut, int lut_offset,
105 float lb = ranges[0], ub = ranges[1], gap = (ub - lb) / hist_bins;
109 lut[x] = bin >= hist_bins ? OUT_OF_RANGE : bin;
/external/kernel-headers/original/uapi/linux/
Domap3isp.h223 __u16 hist_bins; /* number of bins: 32, 64, 128, or 256 */ member