OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noisePow
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
74
float*
noisePow
;
205
const float*
noisePow
,
aec_core_mips.c
29
const float*
noisePow
,
99
"lwc1 %[noise], 4(%[
noisePow
]) \n\t"
100
"lwc1 %[noise2], 8(%[
noisePow
]) \n\t"
101
"lwc1 %[noise3], 12(%[
noisePow
]) \n\t"
102
"lwc1 %[noise4], 16(%[
noisePow
]) \n\t"
115
"addiu %[
noisePow
], %[
noisePow
], 16 \n\t"
138
: [u_ptr] "+r" (u_ptr), [
noisePow
] "+r" (
noisePow
),
150
noisePow
-= PART_LEN
[
all
...]
aec_core.c
444
const float*
noisePow
,
466
noise = sqrtf(
noisePow
[i]);
492
noiseAvg += sqrtf(
noisePow
[i]);
[
all
...]
Completed in 54 milliseconds