color_weight 2803 modules/imgproc/src/smooth.cpp __m128 _cw = _mm_set_ps(color_weight[buf[3]],color_weight[buf[2]], color_weight 2804 modules/imgproc/src/smooth.cpp color_weight[buf[1]],color_weight[buf[0]]); color_weight 2821 modules/imgproc/src/smooth.cpp float w = space_weight[k]*color_weight[std::abs(val - val0)]; color_weight 2867 modules/imgproc/src/smooth.cpp __m128 _w = _mm_set_ps(color_weight[buf[3]],color_weight[buf[2]], color_weight 2868 modules/imgproc/src/smooth.cpp color_weight[buf[1]],color_weight[buf[0]]); color_weight 2894 modules/imgproc/src/smooth.cpp float w = space_weight[k]*color_weight[std::abs(b - b0) + color_weight 2913 modules/imgproc/src/smooth.cpp float *space_weight, *color_weight; color_weight 3107 modules/imgproc/src/smooth.cpp float* color_weight = &_color_weight[0]; color_weight 3114 modules/imgproc/src/smooth.cpp color_weight[i] = (float)std::exp(i*i*gauss_color_coeff); color_weight 3131 modules/imgproc/src/smooth.cpp BilateralFilter_8u_Invoker body(dst, temp, radius, maxk, space_ofs, space_weight, color_weight);