Home
last modified time | relevance | path

Searched refs:XYZ2sRGB_D65 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3125 static const float XYZ2sRGB_D65[] = variable
3642 memcpy(coeffs, _coeffs ? _coeffs : XYZ2sRGB_D65, 9*sizeof(coeffs[0])); in XYZ2RGB_f()
3683 memcpy(coeffs, _coeffs ? _coeffs : XYZ2sRGB_D65, 9*sizeof(coeffs[0])); in XYZ2RGB_f()
5229 _coeffs = XYZ2sRGB_D65; in Lab2RGB_f()
5603 if(!_coeffs) _coeffs = XYZ2sRGB_D65; in Luv2RGB_f()
7265 const float * const _coeffs = XYZ2sRGB_D65, * const _whitept = D65; in ocl_cvtColor()