OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_farend
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h
33
BinaryDelayEstimatorFarend*
binary_farend
;
member in struct:__anon27894
delay_estimator_wrapper.c
136
WebRtc_FreeBinaryDelayEstimatorFarend(self->
binary_farend
);
137
self->
binary_farend
= NULL;
157
self->
binary_farend
= WebRtc_CreateBinaryDelayEstimatorFarend(history_size);
158
memory_fail |= (self->
binary_farend
== NULL);
183
WebRtc_InitBinaryDelayEstimatorFarend(self->
binary_farend
);
197
WebRtc_SoftResetBinaryDelayEstimatorFarend(self->
binary_farend
, delay_shift);
226
WebRtc_AddBinaryFarSpectrum(self->
binary_farend
, binary_spectrum);
252
WebRtc_AddBinaryFarSpectrum(self->
binary_farend
, binary_spectrum);
286
WebRtc_CreateBinaryDelayEstimator(farend->
binary_farend
, max_lookahead);
Completed in 2538 milliseconds