Home
last modified time | relevance | path

Searched refs:toBARK (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dfilterbank.c46 #define toBARK(n) (MULT16_16(26829,spx_atan(SHR32(MULT16_16(97,n),2))) + MULT16_16(4588,spx_atan(… macro
49 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n)) macro
63 max_mel = toBARK(EXTRACT16(sampling/2)); in filterbank_new()
83 mel = toBARK(curr_freq); in filterbank_new()
Dvorbis_psy.h54 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n)) macro
/external/tremolo/Tremolo/
Dfloor0.c117 static inline ogg_int32_t toBARK(int n){ in toBARK() function
160 ogg_uint32_t inyq= (1UL<<31) / toBARK(nyq); in vorbis_lsp_to_curve()
162 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve()