Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5309 struct Lab2RGB_b struct
5311 typedef uchar channel_type;
5313 Lab2RGB_b( int _dstcn, int blueIdx, const float* _coeffs, in Lab2RGB_b() argument
5333 void process(__m128i v_r, __m128i v_g, __m128i v_b, in process()
5363 void operator()(const uchar* src, uchar* dst, int n) const in operator ()()
5503 int dstcn;
5504 Lab2RGB_f cvt;
5507 float32x4_t v_scale, v_scale_inv, v_128;
5508 uint8x8_t v_alpha;
5510 __m128 v_scale, v_scale_inv, v_128;
[all …]