Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5022 static ushort sRGBGammaTab_b[256], linearGammaTab_b[256]; variable
5058 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()