OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bark
(Results
1 - 4
of
4
) sorted by null
/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:__anon28212
/external/libvorbis/lib/
psy.h
104
long *
bark
;
member in struct:__anon22896
psy.c
282
p->
bark
=_ogg_malloc(n*sizeof(*p->
bark
));
312
float
bark
=toBARK(rate/(2*n)*i);
local
315
toBARK(rate/(2*n)*lo)<(
bark
-vi->noisewindowlo);lo++);
318
toBARK(rate/(2*n)*hi)<(
bark
+vi->noisewindowhi));hi++);
320
p->
bark
[i]=((lo-1)<<16)+(hi-1);
366
if(p->
bark
)_ogg_free(p->
bark
);
706
bark_noise_hybridmp(n,p->
bark
,logmdct,logmask,
711
bark_noise_hybridmp(n,p->
bark
,work,logmask,0.
[
all
...]
Completed in 126 milliseconds