expLUT 3190 modules/imgproc/src/smooth.cpp __m128 _explut = _mm_set_ps(expLUT[idxBuf[3]], expLUT[idxBuf[2]], expLUT 3191 modules/imgproc/src/smooth.cpp expLUT[idxBuf[1]], expLUT[idxBuf[0]]); expLUT 3192 modules/imgproc/src/smooth.cpp __m128 _explut1 = _mm_set_ps(expLUT[idxBuf[3]+1], expLUT[idxBuf[2]+1], expLUT 3193 modules/imgproc/src/smooth.cpp expLUT[idxBuf[1]+1], expLUT[idxBuf[0]+1]); expLUT 3215 modules/imgproc/src/smooth.cpp float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx])); expLUT 3265 modules/imgproc/src/smooth.cpp __m128 _explut = _mm_set_ps(expLUT[idxBuf[3]], expLUT[idxBuf[2]], expLUT[idxBuf[1]], expLUT[idxBuf[0]]); expLUT 3266 modules/imgproc/src/smooth.cpp __m128 _explut1 = _mm_set_ps(expLUT[idxBuf[3]+1], expLUT[idxBuf[2]+1], expLUT[idxBuf[1]+1], expLUT[idxBuf[0]+1]); expLUT 3296 modules/imgproc/src/smooth.cpp float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx])); expLUT 3314 modules/imgproc/src/smooth.cpp float scale_index, *space_weight, *expLUT; expLUT 3373 modules/imgproc/src/smooth.cpp float* expLUT = &_expLUT[0]; expLUT 3383 modules/imgproc/src/smooth.cpp expLUT[i] = (float)std::exp(val * val * gauss_color_coeff); expLUT 3384 modules/imgproc/src/smooth.cpp lastExpVal = expLUT[i]; expLUT 3387 modules/imgproc/src/smooth.cpp expLUT[i] = 0.f; expLUT 3403 modules/imgproc/src/smooth.cpp BilateralFilter_32f_Invoker body(cn, radius, maxk, space_ofs, temp, dst, scale_index, space_weight, expLUT); expLUT 153 modules/imgproc/test/test_bilateral_filter.cpp float* expLUT = &_expLUT[0]; expLUT 163 modules/imgproc/test/test_bilateral_filter.cpp expLUT[i] = (float)std::exp(val * val * gauss_color_coeff); expLUT 164 modules/imgproc/test/test_bilateral_filter.cpp lastExpVal = expLUT[i]; expLUT 167 modules/imgproc/test/test_bilateral_filter.cpp expLUT[i] = 0.f; expLUT 198 modules/imgproc/test/test_bilateral_filter.cpp float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx])); expLUT 220 modules/imgproc/test/test_bilateral_filter.cpp float w = space_weight[k]*(expLUT[idx] + alpha*(expLUT[idx+1] - expLUT[idx]));