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);