Home
last modified time | relevance | path

Searched defs:_coeffs (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/src/
Dmathfuncs.cpp1908 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
/external/opencv3/modules/imgproc/src/
Dcolor.cpp7154 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor() local
7193 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor() local
7265 const float * const _coeffs = XYZ2sRGB_D65, * const _whitept = D65; in ocl_cvtColor() local
Dfilter.cpp3856 uchar* _coeffs = &coeffs[0]; in preprocess2DKernel() local