Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp4300 struct HSV2RGB_b struct
4302 typedef uchar channel_type;
4304 HSV2RGB_b(int _dstcn, int _blueIdx, int _hrange) in HSV2RGB_b() function
4321 void process(__m128i v_r, __m128i v_g, __m128i v_b, in process()
4349 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
4489 int dstcn;
4490 HSV2RGB_f cvt;
4492 float32x4_t v_scale, v_scale_inv;
4493 uint8x8_t v_alpha;
4495 __m128 v_scale_inv, v_scale;
[all …]