Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5873 struct Luv2RGB_b struct
5875 typedef uchar channel_type;
5877 Luv2RGB_b( int _dstcn, int blueIdx, const float* _coeffs, in Luv2RGB_b() function
5903 void process(__m128i v_l, __m128i v_u, __m128i v_v, in process()
5933 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
6072 int dstcn;
6073 Luv2RGB_f cvt;
6076 float32x4_t v_scale, v_scale_inv, v_coeff1, v_coeff2, v_134, v_140;
6077 uint8x8_t v_alpha;
6079 __m128 v_scale, v_scale_inv, v_coeff1, v_coeff2, v_134, v_140;
[all …]