HomeSort by relevance Sort by last modified time
    Searched refs:highE (Results 1 - 2 of 2) sorted by null

  /external/libopus/src/
analysis.h 51 float highE[NB_TBANDS];
analysis.c 315 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 45 milliseconds