Searched refs:post_coeffs (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvcolor.cpp | 1042 int prescale, const float* post_coeffs ) in icvBGRx2ABC_8u_CnC3R() argument 1091 int a = cvRound( buffer[k]*post_coeffs[0] + post_coeffs[1] ); in icvBGRx2ABC_8u_CnC3R() 1092 int b = cvRound( buffer[k+1]*post_coeffs[2] + post_coeffs[3] ); in icvBGRx2ABC_8u_CnC3R() 1093 int c = cvRound( buffer[k+2]*post_coeffs[4] + post_coeffs[5] ); in icvBGRx2ABC_8u_CnC3R() 1603 static const float post_coeffs[] = { 0.5f, 0.f, 255.f, 0.f, 255.f, 0.f }; in icvBGRx2HLS_8u_CnC3R() local 1630 (CvColorCvtFunc2)icvBGRx2HLS_32f_CnC3R, 1, post_coeffs ); in icvBGRx2HLS_8u_CnC3R() 2097 static const float post_coeffs[] = { 2.55f, 0.f, 0.72033898305084743f, 96.525423728813564f, in icvBGRx2Luv_8u_CnC3R() local 2105 (CvColorCvtFunc2)icvBGRx2Luv_32f_CnC3R, 1, post_coeffs ); in icvBGRx2Luv_8u_CnC3R()
|