Searched refs:kThresh (Results 1 – 1 of 1) sorted by relevance
78 const __m128 kThresh = _mm_set1_ps(aec->errThresh); in ScaleErrorSignalSSE2() local95 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()97 const __m128 absEfInv = _mm_div_ps(kThresh, absEfPlus); in ScaleErrorSignalSSE2()