OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
analysis.h
51
float
highE
[NB_TBANDS];
analysis.c
315
tonal->
highE
[b] = -1e10;
344
tonal->
highE
[b] = MAX32(logE[b], tonal->
highE
[b]-.1f);
345
if (tonal->
highE
[b] < tonal->lowE[b]+1.f)
347
tonal->
highE
[b]+=.5f;
350
relativeE += (logE[b]-tonal->lowE[b])/(1e-15+tonal->
highE
[b]-tonal->lowE[b]);
Completed in 178 milliseconds