1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

imgproc: fix bilateral filter SIMD 32f optimization

This commit is contained in:
Alexander Alekhin
2017-10-27 14:20:13 +03:00
parent 21c8e6d02d
commit cc9ab7e582
+2
View File
@@ -3640,6 +3640,8 @@ public:
v_int32x4 _idx = v_round(_alpha);
v_store((int*)idxBuf, _idx);
_alpha -= v_cvt_f32(_idx);
v_float32x4 _explut = v_float32x4(expLUT[idxBuf[0]],
expLUT[idxBuf[1]],
expLUT[idxBuf[2]],