OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sgnmap
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c
129
// indicator1 = 0.5 * (tanh(
sgnMap
* widthPrior *
ns_core.c
647
int
sgnMap
;
667
sgnMap
= (int)(self->priorModelPars[2]);
705
if (
sgnMap
== 1 && (tmpFloat1 > threshPrior1)) {
708
if (
sgnMap
== -1 && (tmpFloat1 < threshPrior1)) {
714
((float)tanh((float)
sgnMap
* widthPrior * (threshPrior1 - tmpFloat1)) +
[
all
...]
nsx_core_mips.c
164
// indicator1 = 0.5 * (tanh(
sgnMap
* widthPrior *
[
all
...]
Completed in 1160 milliseconds