Searched refs:sRGBGammaTab_b (Results 1 – 1 of 1) sorted by relevance
5022 static ushort sRGBGammaTab_b[256], linearGammaTab_b[256]; variable5057 …sRGBGammaTab_b[i] = saturate_cast<ushort>(255.f*(1 << gamma_shift)*(x <= 0.04045f ? x*(1.f/12.92f)… in initLabTabs()5108 const ushort* tab = srgb ? sRGBGammaTab_b : linearGammaTab_b; in operator ()()7146 Mat(1, 256, CV_16UC1, sRGBGammaTab_b).copyTo(usRGBGammaTab); in ocl_cvtColor()