Searched refs:_mm_cmpgt_ps (Results 1 – 2 of 2) sorted by relevance
93 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()375 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); in OverdriveAndSuppressSSE2()
222 _mm_cmpgt_ps(__m128 a, __m128 b) in _mm_cmpgt_ps() function