Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4810 struct HLS2RGB_b struct
4812 typedef uchar channel_type;
4814 HLS2RGB_b(int _dstcn, int _blueIdx, int _hrange) in HLS2RGB_b() argument
4831 void process(__m128i v_r, __m128i v_g, __m128i v_b, in process()
4859 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
4998 int dstcn;
4999 HLS2RGB_f cvt;
5001 float32x4_t v_scale, v_scale_inv;
5002 uint8x8_t v_alpha;
5004 __m128 v_scale, v_scale_inv;
[all …]