Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3118 static const float sRGB2XYZ_D65[] = variable
3138 memcpy(coeffs, _coeffs ? _coeffs : sRGB2XYZ_D65, 9*sizeof(coeffs[0])); in RGB2XYZ_f()
3175 memcpy(coeffs, _coeffs ? _coeffs : sRGB2XYZ_D65, 9*sizeof(coeffs[0])); in RGB2XYZ_f()
3246 memcpy(coeffs, _coeffs ? _coeffs : sRGB2XYZ_D65, 9*sizeof(coeffs[0])); in RGB2XYZ_f()
5082 _coeffs = sRGB2XYZ_D65; in RGB2Lab_b()
5153 _coeffs = sRGB2XYZ_D65; in RGB2Lab_f()
5530 if(!_coeffs) _coeffs = sRGB2XYZ_D65; in RGB2Luv_f()
7154 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor()
7193 const float * const _coeffs = sRGB2XYZ_D65, * const _whitept = D65; in ocl_cvtColor()