Searched refs:linearGammaTab_b (Results 1 – 1 of 1) sorted by relevance
5022 static ushort sRGBGammaTab_b[256], linearGammaTab_b[256]; variable5058 linearGammaTab_b[i] = (ushort)(i*(1 << gamma_shift)); in initLabTabs()5108 const ushort* tab = srgb ? sRGBGammaTab_b : linearGammaTab_b; in operator ()()7148 Mat(1, 256, CV_16UC1, linearGammaTab_b).copyTo(ulinearGammaTab); in ocl_cvtColor()