OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbindex
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
swicms.h
59
int
sbindex
; /* speech to background index
member in struct:__anon5923
/external/srec/srec/clib/
swicms.c
147
swicms->
sbindex
= SWICMS_SBINDEX_DEFAULT;
206
rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.
sbindex
"),
207
&swicms->
sbindex
, 1);
241
PLogMessage("swicms->
sbindex
= %d\n", swicms->
sbindex
);
520
int
sbindex
= swicms->
sbindex
;
local
592
avg[i] = (
sbindex
* speech_avg[i] + (100 -
sbindex
) * backgr_avg[i] + 50) / 100;
594
nn = (
sbindex
* speech_nn + (100 - sbindex) * backgr_nn + 50) / 100
[
all
...]
Completed in 9 milliseconds