Searched refs:labSmallScale (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcolor.cpp1746 #define labSmallScale fix(31.27 /* labSmallScale_32f*(1<<lab_shift)/255 */,lab_shift) macro
1820 x = CV_DESCALE(x*labSmallScale + labSmallShift,lab_shift);
1828 z = CV_DESCALE(z*labSmallScale + labSmallShift,lab_shift);
1841 y = CV_DESCALE(y*labSmallScale + labSmallShift,lab_shift);

Completed in 57 milliseconds