Home
last modified time | relevance | path

Searched defs:Lscale (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_color.cpp1020 float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; in convert_row_bgr2abc_32f_c3() local
1065 float Lscale = depth == CV_8U ? 100.f/255.f : depth == CV_16U ? 100.f/65535.f : 1.f; in convert_row_abc2bgr_32f_c3() local
1157 float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; in convert_row_bgr2abc_32f_c3() local
1211 float Lscale = depth == CV_8U ? 100.f/255.f : depth == CV_16U ? 100.f/65535.f : 1.f; in convert_row_abc2bgr_32f_c3() local
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
Dcolor_cvt.hpp963 const int Lscale = (116 * 255 + 50) / 100; in operator ()() local
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dcolor_detail.hpp1541 const int Lscale = (116 * 255 + 50) / 100; in RGB2LabConvert_b() local
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5106 const int Lscale = (116*255+50)/100; in operator ()() local
7174 const int Lscale = (116*255+50)/100; in ocl_cvtColor() local