Searched refs:hNlFb (Results 1 – 3 of 3) sorted by relevance
345 const float hNlFb, in OverdriveAndSuppressSSE2() argument348 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); in OverdriveAndSuppressSSE2()394 if (hNl[i] > hNlFb) { in OverdriveAndSuppressSSE2()395 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb + in OverdriveAndSuppressSSE2()
359 const float hNlFb, in OverdriveAndSuppress() argument364 if (hNl[i] > hNlFb) { in OverdriveAndSuppress()365 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb + in OverdriveAndSuppress()866 float hNlFb = 0, hNlFbLow = 0; in NonLinearProcessing() local1044 hNlFb = hNlDeAvg; in NonLinearProcessing()1051 hNlFb = hNlXdAvg; in NonLinearProcessing()1060 hNlFb = hNlDeAvg; in NonLinearProcessing()1073 hNlFb = hNlPref[(int)floor(prefBandQuant * (prefBandSize - 1))]; in NonLinearProcessing()1106 WebRtcAec_OverdriveAndSuppress(aec, hNl, hNlFb, efw); in NonLinearProcessing()
164 (aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]);