HomeSort by relevance Sort by last modified time
    Searched refs:comfortNoiseHband (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 28 float comfortNoiseHband[2][PART_LEN1],
316 comfortNoiseHband[0][i] = tmpAvg * u[i][0];
317 comfortNoiseHband[1][i] = tmpAvg * u[i][1];
320 memset(comfortNoiseHband, 0,
321 2 * PART_LEN1 * sizeof(comfortNoiseHband[0][0]));
    [all...]
aec_core_internal.h 204 float comfortNoiseHband[2][PART_LEN1],
aec_core.c 443 float comfortNoiseHband[2][PART_LEN1],
522 comfortNoiseHband[0][i] = tmpAvg * u[0][i];
523 comfortNoiseHband[1][i] = tmpAvg * u[1][i];
526 memset(comfortNoiseHband, 0,
527 2 * PART_LEN1 * sizeof(comfortNoiseHband[0][0]));
    [all...]

Completed in 560 milliseconds