Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dthresh.cpp726 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local
764 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local
/external/opencv3/modules/hal/src/
Dmathfuncs.cpp465 static const __m128 maxval4 = _mm_set1_ps((float)(exp_max_val/exp_prescale)); in exp() local