Searched refs:kThresh (Results 1 – 2 of 2) sorted by relevance
139 const float32x4_t kThresh = vmovq_n_f32(error_threshold); in ScaleErrorSignalNEON() local152 const uint32x4_t bigger = vcgtq_f32(absEf, kThresh); in ScaleErrorSignalNEON()154 const float32x4_t absEfInv = vdivq_f32(kThresh, absEfPlus); in ScaleErrorSignalNEON()
90 const __m128 kThresh = extended_filter_enabled in ScaleErrorSignalSSE2() local108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()110 const __m128 absEfInv = _mm_div_ps(kThresh, absEfPlus); in ScaleErrorSignalSSE2()