Searched refs:histogramWriteLock (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 734 tbb::mutex histogramWriteLock; in callCalcHist2D_8u() local 736 CalcHist2D_8uInvoker body(_ptrs, _deltas, imsize, hist, dims, _tab, &histogramWriteLock); in callCalcHist2D_8u() 1007 tbb::mutex histogramWriteLock; in calcHist_8u() local 1009 … CalcHist1D_8uInvoker body(_ptrs, _deltas, imsize, hist, dims, _tab, &histogramWriteLock); in calcHist_8u()
|