Home | History | Annotate | Download | only in imgproc

Lines Matching full:lab_shift2

2694 "#define lab_shift2 (lab_shift + gamma_shift)\n"
2731 "int L = CV_DESCALE( Lscale*fY + Lshift, lab_shift2 );\n"
2732 "int a = CV_DESCALE( mad24(500, fX - fY, 128*(1 << lab_shift2)), lab_shift2 );\n"
2733 "int b = CV_DESCALE( mad24(200, fY - fZ, 128*(1 << lab_shift2)), lab_shift2 );\n"