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/main/source/
aec_core.h 85 float dBuf[PART_LEN2]; // nearend
aec_core.c 401 memset(aec->dBuf, 0, sizeof(aec->dBuf));
606 memcpy(aec->dBuf + PART_LEN, d, sizeof(float) * PART_LEN);
626 memcpy(fft, aec->dBuf, sizeof(float) * PART_LEN2);
860 fft[i] = aec->dBuf[i] * sqrtHanning[i];
861 fft[PART_LEN + i] = aec->dBuf[PART_LEN + i] * sqrtHanning[PART_LEN - i];
    [all...]

Completed in 82 milliseconds