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

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

Completed in 91 milliseconds