Searched defs:_coeffs (Results 1 – 3 of 3) sorted by relevance
1908 int cv::solveCubic( InputArray _coeffs, OutputArray _roots ) in solveCubic()2120 cv::Mat _coeffs = cv::cvarrToMat(coeffs), _roots = cv::cvarrToMat(roots), _roots0 = _roots; in cvSolveCubic() local
7154 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor() local7193 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor() local7265 const float * const _coeffs = XYZ2sRGB_D65, * const _whitept = D65; in ocl_cvtColor() local
3856 uchar* _coeffs = &coeffs[0]; in preprocess2DKernel() local