B_COMP            154 modules/imgproc/src/opencl/cvtcolor.cl                 dst[0] = fma(src_pix.B_COMP, 0.114f, fma(src_pix.G_COMP, 0.587f, src_pix.R_COMP * 0.299f));
B_COMP            156 modules/imgproc/src/opencl/cvtcolor.cl                 dst[0] = (DATA_TYPE)CV_DESCALE(mad24(src_pix.B_COMP, B2Y, mad24(src_pix.G_COMP, G2Y, mul24(src_pix.R_COMP, R2Y))), yuv_shift);
B_COMP            227 modules/imgproc/src/opencl/cvtcolor.cl                 DATA_TYPE b = src_pix.B_COMP, g = src_pix.G_COMP, r = src_pix.R_COMP;
B_COMP            540 modules/imgproc/src/opencl/cvtcolor.cl                 ydst1[0] = convert_uchar_sat(fma(coeffs[0], src_pix1.R_COMP, fma(coeffs[1], src_pix1.G_COMP, fma(coeffs[2], src_pix1.B_COMP, 16.5f))));
B_COMP            541 modules/imgproc/src/opencl/cvtcolor.cl                 ydst1[1] = convert_uchar_sat(fma(coeffs[0], src_pix2.R_COMP, fma(coeffs[1], src_pix2.G_COMP, fma(coeffs[2], src_pix2.B_COMP, 16.5f))));
B_COMP            542 modules/imgproc/src/opencl/cvtcolor.cl                 ydst2[0] = convert_uchar_sat(fma(coeffs[0], src_pix3.R_COMP, fma(coeffs[1], src_pix3.G_COMP, fma(coeffs[2], src_pix3.B_COMP, 16.5f))));
B_COMP            543 modules/imgproc/src/opencl/cvtcolor.cl                 ydst2[1] = convert_uchar_sat(fma(coeffs[0], src_pix4.R_COMP, fma(coeffs[1], src_pix4.G_COMP, fma(coeffs[2], src_pix4.B_COMP, 16.5f))));
B_COMP            545 modules/imgproc/src/opencl/cvtcolor.cl                 float uv[2] = { fma(coeffs[3], src_pix1.R_COMP, fma(coeffs[4], src_pix1.G_COMP, fma(coeffs[5], src_pix1.B_COMP, 128.5f))),
B_COMP            546 modules/imgproc/src/opencl/cvtcolor.cl                                 fma(coeffs[5], src_pix1.R_COMP, fma(coeffs[6], src_pix1.G_COMP, fma(coeffs[7], src_pix1.B_COMP, 128.5f))) };
B_COMP            642 modules/imgproc/src/opencl/cvtcolor.cl                 DATA_TYPE b = src_pix.B_COMP, g = src_pix.G_COMP, r = src_pix.R_COMP;
B_COMP            939 modules/imgproc/src/opencl/cvtcolor.cl                     *((__global ushort*)(dst + dst_index)) = (ushort)((src_pix.B_COMP >> 3)|((src_pix.G_COMP&~3) << 3)|((src_pix.R_COMP&~7) << 8));
B_COMP            941 modules/imgproc/src/opencl/cvtcolor.cl                     *((__global ushort*)(dst + dst_index)) = (ushort)((src_pix.B_COMP >> 3)|((src_pix.G_COMP&~7) << 2)|((src_pix.R_COMP&~7) << 7));
B_COMP            943 modules/imgproc/src/opencl/cvtcolor.cl                     *((__global ushort*)(dst + dst_index)) = (ushort)((src_pix.B_COMP >> 3)|((src_pix.G_COMP&~7) << 2)|
B_COMP           1053 modules/imgproc/src/opencl/cvtcolor.cl                 int b = src_pix.B_COMP, g = src_pix.G_COMP, r = src_pix.R_COMP;
B_COMP           1174 modules/imgproc/src/opencl/cvtcolor.cl                 float b = src_pix.B_COMP, g = src_pix.G_COMP, r = src_pix.R_COMP;
B_COMP           1304 modules/imgproc/src/opencl/cvtcolor.cl                 float b = src_pix.B_COMP*(1/255.f), g = src_pix.G_COMP*(1/255.f), r = src_pix.R_COMP*(1/255.f);
B_COMP           1433 modules/imgproc/src/opencl/cvtcolor.cl                 float b = src_pix.B_COMP, g = src_pix.G_COMP, r = src_pix.R_COMP;