Searched refs:hNlFb (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h168 const float hNlFb,
H A Daec_core_mips.c638 const float hNlFb,
660 "c.lt.s %[hNlFb], %[temp1] \n\t"
662 " mul.s %[temp3], %[temp2], %[hNlFb] \n\t"
676 : [hNlFb] "f" (hNlFb), [one] "f" (one), [p_hNl] "r" (p_hNl)
636 WebRtcAec_OverdriveAndSuppress_mips(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core.c269 const float hNlFb,
274 if (hNl[i] > hNlFb) {
275 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
806 float hNlFb = 0, hNlFbLow = 0; local
871 hNlFb = hNlDeAvg;
877 hNlFb = hNlXdAvg;
885 hNlFb = hNlDeAvg;
897 hNlFb = hNlPref[(int)floor(prefBandQuant * (prefBandSize - 1))];
932 WebRtcAec_OverdriveAndSuppress(aec, hNl, hNlFb, efw);
267 OverdriveAndSuppress(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core_neon.c370 const float hNlFb,
373 const float32x4_t vec_hNlFb = vmovq_n_f32(hNlFb);
425 if (hNl[i] > hNlFb) {
426 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
368 OverdriveAndSuppressNEON(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core_sse2.c359 const float hNlFb,
362 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
407 if (hNl[i] > hNlFb) {
408 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
357 OverdriveAndSuppressSSE2(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h164 (aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]);
H A Daec_core_sse2.c345 const float hNlFb,
348 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
394 if (hNl[i] > hNlFb) {
395 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
344 OverdriveAndSuppressSSE2(aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core.c359 const float hNlFb,
364 if (hNl[i] > hNlFb) {
365 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
866 float hNlFb = 0, hNlFbLow = 0; local
1044 hNlFb = hNlDeAvg;
1051 hNlFb = hNlXdAvg;
1060 hNlFb = hNlDeAvg;
1073 hNlFb = hNlPref[(int)floor(prefBandQuant * (prefBandSize - 1))];
1106 WebRtcAec_OverdriveAndSuppress(aec, hNl, hNlFb, efw);
358 OverdriveAndSuppress(aec_t *aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument

Completed in 169 milliseconds