Searched defs:YCrCb2RGB_f (Results 1 – 1 of 1) sorted by relevance
2429 template<typename _Tp> struct YCrCb2RGB_f struct2431 typedef _Tp channel_type;2433 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() function2439 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()2460 int dstcn, blueIdx;2461 float coeffs[4];2467 struct YCrCb2RGB_f<float> struct2469 typedef float channel_type;2471 YCrCb2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in YCrCb2RGB_f() function2485 void operator()(const float* src, float* dst, int n) const in operator ()()[all …]