Searched refs:maxval4 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 726 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local 734 v0 = _mm_and_ps( v0, maxval4 ); in thresh_32f() 735 v1 = _mm_and_ps( v1, maxval4 ); in thresh_32f() 764 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); in thresh_32f() local 772 v0 = _mm_and_ps( v0, maxval4 ); in thresh_32f() 773 v1 = _mm_and_ps( v1, maxval4 ); in thresh_32f()
|
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 465 static const __m128 maxval4 = _mm_set1_ps((float)(exp_max_val/exp_prescale)); in exp() local 483 xf0 = _mm_min_ps(_mm_max_ps(xf0, minval4), maxval4); in exp() 484 xf1 = _mm_min_ps(_mm_max_ps(xf1, minval4), maxval4); in exp()
|