Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3798 template<typename _Tp> struct XYZ2RGB_i struct
3802 XYZ2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in XYZ2RGB_i() argument
3847 struct XYZ2RGB_i<uchar> struct
3851 XYZ2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in XYZ2RGB_i() function
3965 struct XYZ2RGB_i<ushort> struct
3969 XYZ2RGB_i(int _dstcn, int _blueIdx, const int* _coeffs) in XYZ2RGB_i() function
7936 CvtColorLoop(src, dst, XYZ2RGB_i<uchar>(dcn, bidx, 0)); in cvtColor()
7938 CvtColorLoop(src, dst, XYZ2RGB_i<ushort>(dcn, bidx, 0)); in cvtColor()