Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5019 static float sRGBGammaTab[GAMMA_TAB_SIZE*4], sRGBInvGammaTab[GAMMA_TAB_SIZE*4]; variable
5051 splineBuild(g, GAMMA_TAB_SIZE, sRGBGammaTab); in initLabTabs()
5175 const float* gammaTab = srgb ? sRGBGammaTab : 0; in operator ()()
5555 const float* gammaTab = srgb ? sRGBGammaTab : 0; in operator ()()
7187 Mat(1, GAMMA_TAB_SIZE * 4, CV_32FC1, sRGBGammaTab).copyTo(usRGBGammaTab); in ocl_cvtColor()