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

/external/opencv/cv/src/
H A 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);
541 dst[i] = (uchar)CV_DESCALE(t,csc_shift);
588 int r = 0, g = 0, b = (1 << (csc_shift-1));
607 dst[i] = (uchar)(t0 >> csc_shift);
618 dst[i] = (uchar)CV_DESCALE(t0, csc_shift);
[all...]

Completed in 230 milliseconds