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

  /external/libopus/src/
analysis.h 63 float highE[NB_TBANDS];
analysis.c 587 tonal->highE[b] = -1e10;
640 tonal->highE[b] = tonal->lowE[b] = logE[b];
641 if (tonal->highE[b] > tonal->lowE[b] + 7.5)
643 if (tonal->highE[b] - logE[b] > logE[b] - tonal->lowE[b])
644 tonal->highE[b] -= .01f;
648 if (logE[b] > tonal->highE[b])
650 tonal->highE[b] = logE[b];
651 tonal->lowE[b] = MAX32(tonal->highE[b]-15, tonal->lowE[b]);
655 tonal->highE[b] = MIN32(tonal->lowE[b]+15, tonal->highE[b])
    [all...]

Completed in 272 milliseconds