Searched defs:Lscale (Results 1 – 4 of 4) sorted by relevance
1020 float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; in convert_row_bgr2abc_32f_c3() local1065 float Lscale = depth == CV_8U ? 100.f/255.f : depth == CV_16U ? 100.f/65535.f : 1.f; in convert_row_abc2bgr_32f_c3() local1157 float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; in convert_row_bgr2abc_32f_c3() local1211 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
963 const int Lscale = (116 * 255 + 50) / 100; in operator ()() local
1541 const int Lscale = (116 * 255 + 50) / 100; in RGB2LabConvert_b() local
5106 const int Lscale = (116*255+50)/100; in operator ()() local7174 const int Lscale = (116*255+50)/100; in ocl_cvtColor() local