Searched defs:XYZ2RGB_f (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 3635 template<typename _Tp> struct XYZ2RGB_f struct 3637 typedef _Tp channel_type; 3639 XYZ2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in XYZ2RGB_f() function 3651 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()() 3669 int dstcn, blueIdx; 3670 float coeffs[9]; 3676 struct XYZ2RGB_f<float> struct 3678 typedef float channel_type; 3680 XYZ2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in XYZ2RGB_f() argument 3706 void process(__m128 v_x, __m128 v_y, __m128 v_z, in process() [all …]
|