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

  /external/clang/test/Preprocessor/
skipping_unclean.c 1 // RUN: %clang_cc1 -E %s | grep bark
7 bark
  /external/speex/libspeex/
filterbank.c 204 /* Low freq slope: 14 dB/Bark*/
205 /* High freq slope: 9 dB/Bark*/
208 float bark[100]; local
210 /* Assumes 1/3 Bark resolution */
213 filterbank_compute_bank(bank, ps, bark);
216 /*float decay_high = 13-1.6*log10(bark[i-1]);
218 bark[i] = bark[i] + decay_high*bark[i-1];
222 bark[i] = bark[i] + decay_low*bark[i+1]
    [all...]
vorbis_psy.h 45 /* The bark scale equations are approximations, since the original
49 the oft-quoted bark equations found in the texts I have). The
52 all f in Hz, z in Bark */
86 long *bark; member in struct:__anon11078

Completed in 3226 milliseconds