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

  /external/libopus/src/
analysis.h 59 int prev_bandwidth; member in struct:__anon29284
analysis.c 778 is_masked[b] = E < (tonal->prev_bandwidth >= b+1 ? .01f : .05f)*bandwidth_mask;
790 noise_ratio = tonal->prev_bandwidth==20 ? 10.f : 30.f;
802 is_masked[b] = E < (tonal->prev_bandwidth == 20 ? .01f : .05f)*bandwidth_mask;
    [all...]

Completed in 174 milliseconds