Home
last modified time | relevance | path

Searched refs:BinaryDelayEstimatorFarend (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.h27 } BinaryDelayEstimatorFarend; typedef
61 BinaryDelayEstimatorFarend* farend;
71 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self);
86 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend(
99 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self,
111 void WebRtc_InitBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self);
120 BinaryDelayEstimatorFarend* self, int delay_shift);
134 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* self,
156 BinaryDelayEstimatorFarend* farend, int max_lookahead);
Ddelay_estimator.c258 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self) { in WebRtc_FreeBinaryDelayEstimatorFarend()
273 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend( in WebRtc_CreateBinaryDelayEstimatorFarend()
275 BinaryDelayEstimatorFarend* self = NULL; in WebRtc_CreateBinaryDelayEstimatorFarend()
279 self = malloc(sizeof(BinaryDelayEstimatorFarend)); in WebRtc_CreateBinaryDelayEstimatorFarend()
295 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self, in WebRtc_AllocateFarendBufferMemory()
322 void WebRtc_InitBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self) { in WebRtc_InitBinaryDelayEstimatorFarend()
329 BinaryDelayEstimatorFarend* self, int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()
361 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* handle, in WebRtc_AddBinaryFarSpectrum()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
Ddelay_estimator_internal.h33 BinaryDelayEstimatorFarend* binary_farend;
Ddelay_estimator_unittest.cc56 BinaryDelayEstimatorFarend* binary_farend_;
477 BinaryDelayEstimatorFarend* binary = binary_farend_; in TEST_F()