Searched defs:GAMMA_TAB_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp1523 GAMMA_TAB_SIZE = 1024, enumerator in enum:cv::cuda::device::color_detail::__anon15104
1596 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
1597 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
1598 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
1703 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
1704 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBInvGammaTa
[all...]

Completed in 144 milliseconds