Searched defs:RGB2Luv_b (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 5671 struct RGB2Luv_b struct 5673 typedef uchar channel_type; 5675 RGB2Luv_b( int _srccn, int blueIdx, const float* _coeffs, in RGB2Luv_b() argument 5700 void process(const float * buf, in process() 5725 void operator()(const uchar* src, uchar* dst, int n) const in operator ()() 5859 int srccn; 5860 RGB2Luv_f cvt; 5863 float32x4_t v_scale, v_scale_inv, v_coeff1, v_coeff2, v_coeff3, v_coeff4; 5864 uint8x8_t v_alpha; 5866 __m128 v_scale, v_scale_inv, v_coeff1, v_coeff2, v_coeff3, v_coeff4; [all …]
|