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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 81 float dBuf[PART_LEN2]; // nearend
aec_core.c 457 memset(aec->dBuf, 0, sizeof(aec->dBuf));
681 memcpy(aec->dBuf + PART_LEN, d, sizeof(float) * PART_LEN);
698 memcpy(fft, aec->dBuf, sizeof(float) * PART_LEN2);
929 fft[i] = aec->dBuf[i] * sqrtHanning[i];
930 fft[PART_LEN + i] = aec->dBuf[PART_LEN + i] * sqrtHanning[PART_LEN - i];
    [all...]

Completed in 37 milliseconds