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

/external/opencv/cv/src/
H A Dcvcolor.cpp970 const float* pre_coeffs, int postscale )
988 float a = CV_8TO32F(src1[k])*pre_coeffs[0] + pre_coeffs[1];
989 float b = CV_8TO32F(src1[k+1])*pre_coeffs[2] + pre_coeffs[3];
990 float c = CV_8TO32F(src1[k+2])*pre_coeffs[4] + pre_coeffs[5];
1360 static const float pre_coeffs[] = { 2.f, 0.f, 0.0039215686274509803f, 0.f, 1.f, 0.f }; local
1411 (CvColorCvtFunc2)icvHSV2BGRx_32f_C3CnR, pre_coeffs, 0 );
1638 static const float pre_coeffs[]
968 icvABC2BGRx_8u_C3CnR( const uchar* src, int srcstep, uchar* dst, int dststep, CvSize size, int dst_cn, int blue_idx, CvColorCvtFunc2 cvtfunc_32f, const float* pre_coeffs, int postscale ) argument
[all...]

Completed in 58 milliseconds