Searched defs:hdiv_table256 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp4137 static int hdiv_table256[256]; local
4141 const int* hdiv_table = hr == 180 ? hdiv_table180 : hdiv_table256;
4146 sdiv_table[0] = hdiv_table180[0] = hdiv_table256[0] = 0;
4151 hdiv_table256[i] = saturate_cast<int>((256 << hsv_shift)/(6.*i));
7039 static int hdiv_table256[256]; local
7045 int * const hdiv_table = hrange == 180 ? hdiv_table180 : hdiv_table256, hsv_shift = 12;
7048 sdiv_table[0] = hdiv_table180[0] = hdiv_table256[0] = 0;

Completed in 204 milliseconds