Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp964 const int Lshift = -((16 * 255 * (1 << lab_shift2) + 50) / 100); in operator ()() local
987 int L = CV_CUDEV_DESCALE(Lscale * fY + Lshift, lab_shift2); in operator ()()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp1542 const int Lshift = -((16 * 255 * (1 << lab_shift2) + 50) / 100); in RGB2LabConvert_b() local
1565 int L = CV_DESCALE(Lscale * fY + Lshift, lab_shift2); in RGB2LabConvert_b()
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl1638 __constant int * coeffs, int Lscale, int Lshift)
1666 int L = CV_DESCALE( Lscale*fY + Lshift, lab_shift2 );
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5107 const int Lshift = -((16*255*(1 << lab_shift2) + 50)/100); in operator ()() local
5122 int L = CV_DESCALE( Lscale*fY + Lshift, lab_shift2 ); in operator ()()
7175 const int Lshift = -((16*255*(1 << lab_shift2) + 50)/100); in ocl_cvtColor() local
7180 Lscale, Lshift); in ocl_cvtColor()