OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:far_q
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h
73
// -
far_q
: The Q-domain of the far-end data.
88
int
far_q
,
delay_estimator_wrapper.c
246
int
far_q
,
267
if (
far_q
> 15) {
268
// If |
far_q
| is larger than 15 we cannot guarantee no wrap around.
279
far_q
,
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
213
// -
far_q
: Q-domain of far end spectrum
217
int
far_q
) {
224
self->far_q_domains[self->far_history_pos] =
far_q
;
242
// -
far_q
: The Q-domain of the aligned far end spectrum
248
static const uint16_t* AlignedFarend(AecmCore_t* self, int*
far_q
, int delay) {
258
*
far_q
= self->far_q_domains[buffer_position];
849
// @param
far_q
[in] Q-domain of farend spectrum.
856
const WebRtc_Word16
far_q
,
1547
int
far_q
;
local
[
all
...]
Completed in 372 milliseconds