Searched refs:highE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Danalysis.h51 float highE[NB_TBANDS]; member in struct:__anon14737
H A Danalysis.c315 tonal->highE[b] = -1e10;
343 tonal->highE[b] = MAX32(logE[b], tonal->highE[b]-.1f);
344 if (tonal->highE[b] < tonal->lowE[b]+1.f)
346 tonal->highE[b]+=.5f;
349 relativeE += (logE[b]-tonal->lowE[b])/(1e-15f+tonal->highE[b]-tonal->lowE[b]);
/external/libopus/src/
H A Danalysis.h51 float highE[NB_TBANDS]; member in struct:__anon24568
H A Danalysis.c315 tonal->highE[b] = -1e10;
343 tonal->highE[b] = MAX32(logE[b], tonal->highE[b]-.1f);
344 if (tonal->highE[b] < tonal->lowE[b]+1.f)
346 tonal->highE[b]+=.5f;
349 relativeE += (logE[b]-tonal->lowE[b])/(1e-15f+tonal->highE[b]-tonal->lowE[b]);

Completed in 342 milliseconds