OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pspeech
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
analysis.h
66
pspeech
[0] is the probability that all frames in the window are speech. */
67
float
pspeech
[DETECT_SIZE];
member in struct:__anon16533
analysis.c
185
psum += tonal->
pspeech
[i];
543
tonal->
pspeech
[0]=.5;
548
s0 = tonal->
pspeech
[0] + tonal->
pspeech
[1];
551
tonal->
pspeech
[0] = s0*(1-tau)*speech0;
556
tonal->
pspeech
[i] = tonal->
pspeech
[i+1]*speech0;
560
tonal->
pspeech
[DETECT_SIZE-1] = m0*tau*speech0;
566
psum += tonal->
pspeech
[i] + tonal->pmusic[i];
570
tonal->
pspeech
[i] *= psum
[
all
...]
Completed in 175 milliseconds