Searched defs:RGB2YCrCb_i (Results 1 – 1 of 1) sorted by relevance
1898 template<typename _Tp> struct RGB2YCrCb_i struct1900 typedef _Tp channel_type;1902 RGB2YCrCb_i(int _srccn, int _blueIdx, const int* _coeffs) in RGB2YCrCb_i() function1909 void operator()(const _Tp* src, _Tp* dst, int n) const in operator ()()1925 int srccn, blueIdx;1926 int coeffs[5];1932 struct RGB2YCrCb_i<uchar> struct1934 typedef uchar channel_type;1936 RGB2YCrCb_i(int _srccn, int _blueIdx, const int* _coeffs) in RGB2YCrCb_i() argument1953 void operator()(const uchar * src, uchar * dst, int n) const in operator ()()[all …]