Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/opencl/
Dcalc_back_project.cl40 #define OUT_OF_RANGE -1
54 lut[x] = OUT_OF_RANGE;
62 lut[x] = OUT_OF_RANGE;
86 dst[dst_index] = value == OUT_OF_RANGE ? 0 : convert_uchar(value);
102 lut[x] = OUT_OF_RANGE;
109 lut[x] = bin >= hist_bins ? OUT_OF_RANGE : bin;
130 dst[dst_index] = bin1 == OUT_OF_RANGE || bin2 == OUT_OF_RANGE ? 0 :
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp50 static const size_t OUT_OF_RANGE = (size_t)1 << (sizeof(size_t)*8 - 2); variable
78 written_idx = OUT_OF_RANGE; in calcHistLookupTables_8u()
90 size_t written_idx = OUT_OF_RANGE; in calcHistLookupTables_8u()
106 tab[i*(high - low) + j - low] = OUT_OF_RANGE; in calcHistLookupTables_8u()
544 if( hidx < OUT_OF_RANGE ) in operator ()()
609 if( idx < OUT_OF_RANGE ) in operator ()()
620 if( mask[x] && (idx = tab_[*p0] + tab_[*p1 + 256]) < OUT_OF_RANGE ) in operator ()()
689 if( idx < OUT_OF_RANGE ) in operator ()()
700 … if( mask[x] && (idx = tab_[*p0] + tab_[*p1 + 256] + tab_[*p2 + 512]) < OUT_OF_RANGE ) in operator ()()
1056 if( hidx < OUT_OF_RANGE ) in calcHist_8u()
[all …]