Home
last modified time | relevance | path

Searched defs:Lshift (Results 1 – 3 of 3) 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
/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
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5107 const int Lshift = -((16*255*(1 << lab_shift2) + 50)/100); in operator ()() local
7175 const int Lshift = -((16*255*(1 << lab_shift2) + 50)/100); in ocl_cvtColor() local