Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp1705 template<typename _Tp> struct RGB2YCrCb_f struct
1709 RGB2YCrCb_f(int _srccn, int _blueIdx, const float* _coeffs) : srccn(_srccn), blueIdx(_blueIdx) in RGB2YCrCb_f() function
1737 struct RGB2YCrCb_f<float> struct
1741 RGB2YCrCb_f(int _srccn, int _blueIdx, const float* _coeffs) : in RGB2YCrCb_f() argument
1802 struct RGB2YCrCb_f<float> struct
1806 RGB2YCrCb_f(int _srccn, int _blueIdx, const float* _coeffs) : in RGB2YCrCb_f() function
7756 CvtColorLoop(src, dst, RGB2YCrCb_f<float>(scn, bidx, coeffs_f)); in cvtColor()