Searched refs:_uniranges (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 218 Mat& hist, const double* _uniranges, int sz, int dims, in calcHist1D_Invoker() argument 229 a_[0] = (&_uniranges[0])[0]; in calcHist1D_Invoker() 230 b_[0] = (&_uniranges[0])[1]; in calcHist1D_Invoker() 292 Mat& hist, const double* _uniranges, const int* size, in calcHist2D_Invoker() argument 303 a_[0] = (&_uniranges[0])[0]; a_[1] = (&_uniranges[0])[2]; in calcHist2D_Invoker() 304 b_[0] = (&_uniranges[0])[1]; b_[1] = (&_uniranges[0])[3]; in calcHist2D_Invoker() 752 const double* _uniranges, bool uniform ) in calcHist_() argument 771 const double* uniranges = &_uniranges[0]; in calcHist_() 776 calcHist1D_Invoker<T> body(_ptrs, _deltas, hist, _uniranges, size[0], dims, imsize); in calcHist_() 807 calcHist2D_Invoker<T> body(_ptrs, _deltas, hist, _uniranges, size, dims, imsize, hstep); in calcHist_() [all …]
|
/external/freetype/src/autofit/ |
D | afranges.h | 30 extern const AF_Script_UniRangeRec af_ ## s ## _uniranges[];
|
D | afglobal.c | 49 af_ ## s ## _uniranges, \
|