splineInterpolate 1596 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1597 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1598 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1703 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1704 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1705 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1793 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1794 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1795 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1802 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             float L = splineInterpolate(Y * (LAB_CBRT_TAB_SIZE / 1.5f), c_LabCbrtTab, LAB_CBRT_TAB_SIZE);
splineInterpolate 1903 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1904 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1905 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1015 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1016 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1017 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1088 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1089 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1090 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1150 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1151 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1152 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1159 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             float L = splineInterpolate(Y * (LAB_CBRT_TAB_SIZE / 1.5f), c_LabCbrtTab, LAB_CBRT_TAB_SIZE);
splineInterpolate 1238 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 B = splineInterpolate(B * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1239 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 G = splineInterpolate(G * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1240 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp                 R = splineInterpolate(R * GAMMA_TAB_SIZE, c_sRGBInvGammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5191 modules/imgproc/src/color.cpp                 R = splineInterpolate(R * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5192 modules/imgproc/src/color.cpp                 G = splineInterpolate(G * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5193 modules/imgproc/src/color.cpp                 B = splineInterpolate(B * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5291 modules/imgproc/src/color.cpp                 ro = splineInterpolate(ro * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5292 modules/imgproc/src/color.cpp                 go = splineInterpolate(go * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5293 modules/imgproc/src/color.cpp                 bo = splineInterpolate(bo * gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5567 modules/imgproc/src/color.cpp                 R = splineInterpolate(R*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5568 modules/imgproc/src/color.cpp                 G = splineInterpolate(G*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5569 modules/imgproc/src/color.cpp                 B = splineInterpolate(B*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5576 modules/imgproc/src/color.cpp             float L = splineInterpolate(Y*LabCbrtTabScale, LabCbrtTab, LAB_CBRT_TAB_SIZE);
splineInterpolate 5654 modules/imgproc/src/color.cpp                 R = splineInterpolate(R*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5655 modules/imgproc/src/color.cpp                 G = splineInterpolate(G*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 5656 modules/imgproc/src/color.cpp                 B = splineInterpolate(B*gscale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1717 modules/imgproc/src/opencl/cvtcolor.cl                 R = splineInterpolate(R * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1718 modules/imgproc/src/opencl/cvtcolor.cl                 G = splineInterpolate(G * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1719 modules/imgproc/src/opencl/cvtcolor.cl                 B = splineInterpolate(B * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1787 modules/imgproc/src/opencl/cvtcolor.cl     ro = splineInterpolate(ro * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1788 modules/imgproc/src/opencl/cvtcolor.cl     go = splineInterpolate(go * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1789 modules/imgproc/src/opencl/cvtcolor.cl     bo = splineInterpolate(bo * GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1931 modules/imgproc/src/opencl/cvtcolor.cl                 R = splineInterpolate(R*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1932 modules/imgproc/src/opencl/cvtcolor.cl                 G = splineInterpolate(G*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1933 modules/imgproc/src/opencl/cvtcolor.cl                 B = splineInterpolate(B*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1939 modules/imgproc/src/opencl/cvtcolor.cl                 float L = splineInterpolate(Y*LabCbrtTabScale, LabCbrtTab, LAB_CBRT_TAB_SIZE);
splineInterpolate 1982 modules/imgproc/src/opencl/cvtcolor.cl                 R = splineInterpolate(R*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1983 modules/imgproc/src/opencl/cvtcolor.cl                 G = splineInterpolate(G*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1984 modules/imgproc/src/opencl/cvtcolor.cl                 B = splineInterpolate(B*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 1990 modules/imgproc/src/opencl/cvtcolor.cl                 float L = splineInterpolate(Y*LabCbrtTabScale, LabCbrtTab, LAB_CBRT_TAB_SIZE);
splineInterpolate 2053 modules/imgproc/src/opencl/cvtcolor.cl                 R = splineInterpolate(R*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 2054 modules/imgproc/src/opencl/cvtcolor.cl                 G = splineInterpolate(G*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 2055 modules/imgproc/src/opencl/cvtcolor.cl                 B = splineInterpolate(B*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 2114 modules/imgproc/src/opencl/cvtcolor.cl                 R = splineInterpolate(R*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 2115 modules/imgproc/src/opencl/cvtcolor.cl                 G = splineInterpolate(G*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);
splineInterpolate 2116 modules/imgproc/src/opencl/cvtcolor.cl                 B = splineInterpolate(B*GammaTabScale, gammaTab, GAMMA_TAB_SIZE);