histptr           230 3rdparty/libjpeg/jquant2.c   register histptr histp;
histptr           320 3rdparty/libjpeg/jquant2.c   histptr histp;
histptr           507 3rdparty/libjpeg/jquant2.c   histptr histp;
histptr           866 3rdparty/libjpeg/jquant2.c   register histptr cachep;	/* pointer into main cache array */
histptr           923 3rdparty/libjpeg/jquant2.c   register histptr cachep;
histptr           962 3rdparty/libjpeg/jquant2.c   histptr cachep;
histptr           405 modules/features2d/src/mser.cpp         CompHistory* histptr = &histbuf[0];
histptr           498 modules/features2d/src/mser.cpp                     comptr->growHistory(histptr, wp, curr_gray, false);
histptr           505 modules/features2d/src/mser.cpp                         comptr->merge(comptr, comptr+1, histptr, wp);
histptr           510 modules/features2d/src/mser.cpp                             comptr->growHistory(histptr, wp, curr_gray, false);
histptr           520 modules/features2d/src/mser.cpp             comptr->growHistory(histptr, wp, 256, true, true);
histptr            47 modules/imgproc/src/opencl/calc_back_project.cl __kernel void calcLUT(__global const uchar * histptr, int hist_step, int hist_offset, int hist_bins,
histptr            66 modules/imgproc/src/opencl/calc_back_project.cl             __global const float * hist = (__global const float *)(histptr + hist_index);
histptr           115 modules/imgproc/src/opencl/calc_back_project.cl                   __global const uchar * histptr, int hist_step, int hist_offset,
histptr           131 modules/imgproc/src/opencl/calc_back_project.cl                         convert_uchar_sat_rte(*(__global const float *)(histptr +
histptr            51 modules/imgproc/src/opencl/histogram.cl                                   __global uchar * histptr, int total)
histptr           111 modules/imgproc/src/opencl/histogram.cl     __global int * hist = (__global int *)(histptr + gid * BINS * (int)sizeof(int));
histptr           125 modules/imgproc/src/opencl/histogram.cl __kernel void merge_histogram(__global const int * ghist, __global uchar * histptr, int hist_step, int hist_offset)
histptr           129 modules/imgproc/src/opencl/histogram.cl     __global HT * hist = (__global HT *)(histptr + hist_offset);
histptr           153 modules/imgproc/src/opencl/histogram.cl         *(__global HT *)(histptr + mad24(lid, hist_step, hist_offset)) = res;