Searched refs:hdiv_table256 (Results 1 – 1 of 1) sorted by relevance
4137 static int hdiv_table256[256]; in operator ()() local4141 const int* hdiv_table = hr == 180 ? hdiv_table180 : hdiv_table256; in operator ()()4146 sdiv_table[0] = hdiv_table180[0] = hdiv_table256[0] = 0; in operator ()()4151 hdiv_table256[i] = saturate_cast<int>((256 << hsv_shift)/(6.*i)); in operator ()()7039 static int hdiv_table256[256]; in ocl_cvtColor() local7045 … int * const hdiv_table = hrange == 180 ? hdiv_table180 : hdiv_table256, hsv_shift = 12; in ocl_cvtColor()7048 sdiv_table[0] = hdiv_table180[0] = hdiv_table256[0] = 0; in ocl_cvtColor()