Home
last modified time | relevance | path

Searched defs:RGB2HLS_b (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4558 struct RGB2HLS_b struct
4560 typedef uchar channel_type;
4562 RGB2HLS_b(int _srccn, int _blueIdx, int _hrange) in RGB2HLS_b() function
4578 void process(const float * buf, in process()
4601 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
4733 int srccn;
4734 RGB2HLS_f cvt;
4736 float32x4_t v_scale, v_scale_inv;
4737 uint8x8_t v_alpha;
4739 __m128 v_scale, v_scale_inv;
[all …]