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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.h 69 const float* const* nearend,
echo_cancellation.h 143 * float* const* nearend In buffer containing one frame of
144 * nearend+echo signal for each band
145 * int num_bands Number of bands in nearend buffer
146 * int16_t nrOfSamples Number of samples in nearend buffer
155 * float* const* out Out buffer, one frame of processed nearend
161 const float* const* nearend,
185 * Gets the current echo status of the nearend signal.
193 * int* status 0: Almost certainly nearend single-talk
echo_cancellation.c 339 const float* const* nearend,
372 nearend,
380 nearend,
573 const float* const* nearend,
627 if (nearend[i] != out[i]) {
628 memcpy(out[i], nearend[i], sizeof(nearend[i][0]) * nrOfSamples);
710 nearend,
aec_core.c 380 // than the nearend (13 dB).
1263 float nearend[PART_LEN]; local
    [all...]

Completed in 682 milliseconds