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_neon.c228 const float hNlFb,
231 const float32x4_t vec_hNlFb = vmovq_n_f32(hNlFb);
283 if (hNl[i] > hNlFb) {
284 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
226 OverdriveAndSuppressNEON(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core_internal.h162 const float hNlFb,
H A Daec_core_mips.c638 const float hNlFb,
658 "c.lt.s %[hNlFb], %[temp1] \n\t"
660 " mul.s %[temp3], %[temp2], %[hNlFb] \n\t"
674 : [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_sse2.c362 const float hNlFb,
365 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb);
410 if (hNl[i] > hNlFb) {
411 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
360 OverdriveAndSuppressSSE2(AecCore* aec, float hNl[PART_LEN1], const float hNlFb, float efw[2][PART_LEN1]) argument
H A Daec_core.c397 const float hNlFb,
402 if (hNl[i] > hNlFb) {
403 hNl[i] = WebRtcAec_weightCurve[i] * hNlFb +
1039 float hNlFb = 0, hNlFbLow = 0; local
1229 hNlFb = hNlDeAvg;
1235 hNlFb = hNlXdAvg;
1243 hNlFb = hNlDeAvg;
1255 hNlFb = hNlPref[(int)floor(prefBandQuant * (prefBandSize - 1))];
1290 WebRtcAec_OverdriveAndSuppress(aec, hNl, hNlFb, efw);
395 OverdriveAndSuppress(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 82 milliseconds