Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp2429 template<typename _Tp> struct YCrCb2RGB_f struct
2433 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() argument
2467 struct YCrCb2RGB_f<float> struct
2471 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() function
2540 struct YCrCb2RGB_f<float> struct
2544 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() argument
7824 CvtColorLoop(src, dst, YCrCb2RGB_f<float>(dcn, bidx, coeffs_f)); in cvtColor()