Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcolor.cpp479 #define csc_shift 14 macro
480 #define cscGr fix(cscGr_32f,csc_shift)
481 #define cscGg fix(cscGg_32f,csc_shift)
482 #define cscGb /*fix(cscGb_32f,csc_shift)*/ ((1 << csc_shift) - cscGr - cscGg)
533 dst[i] = (uchar)CV_DESCALE(t,csc_shift); in icvBGR5x52Gray_8u_C2C1R()
541 dst[i] = (uchar)CV_DESCALE(t,csc_shift); in icvBGR5x52Gray_8u_C2C1R()
588 int r = 0, g = 0, b = (1 << (csc_shift-1)); in icvBGRx2Gray_8u_CnC1R()
607 dst[i] = (uchar)(t0 >> csc_shift); in icvBGRx2Gray_8u_CnC1R()
618 dst[i] = (uchar)CV_DESCALE(t0, csc_shift); in icvBGRx2Gray_8u_CnC1R()
643 src[1]*cscGg + src[2]*cr), csc_shift); in icvBGRx2Gray_16u_CnC1R()