OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toBARK
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/lib/
scales.h
79
#define
toBARK
(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
/external/speex/libspeex/
filterbank.c
46
#define
toBARK
(n) (MULT16_16(26829,spx_atan(SHR32(MULT16_16(97,n),2))) + MULT16_16(4588,spx_atan(MULT16_32_Q15(20,MULT16_16(n,n)))) + MULT16_16(3355,n))
49
#define
toBARK
(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
63
max_mel =
toBARK
(EXTRACT16(sampling/2));
83
mel =
toBARK
(curr_freq);
vorbis_psy.h
54
#define
toBARK
(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
/external/tremolo/Tremolo/
floor0.c
116
static inline ogg_int32_t
toBARK
(int n){
159
ogg_uint32_t inyq= (1UL<<31) /
toBARK
(nyq);
161
ogg_uint32_t tBnyq1 =
toBARK
(nyq)<<1;
Completed in 1743 milliseconds