Searched refs:bark (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Preprocessor/
H A Dskipping_unclean.c7 bark
9 // CHECK: {{^}}bark{{$}}
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DDog.java30 public void bark() { method in class:Dog
/external/libvorbis/lib/
H A Dmisc.h27 extern void _analysis_output(char *base,int i,float *v,int n,int bark,int dB,
29 extern void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,
H A Danalysis.c70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){ argument
81 if(bark){
104 void _analysis_output(char *base,int i,float *v,int n,int bark,int dB, argument
106 if(analysis_noisy)_analysis_output_always(base,i,v,n,bark,dB,off);
H A Dpsy.h104 long *bark; member in struct:__anon11064
H A Dpsy.c282 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,wor
[all...]
H A Dpsytune.c199 void analysis(char *base,int i,float *v,int n,int bark,int dB){ argument
211 if(bark)
/external/speex/libspeex/
H A Dfilterbank.c208 float bark[100]; local
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];
224 filterbank_compute_psd(bank, bark, mas
[all...]
H A Dvorbis_psy.h45 /* The bark scale equations are approximations, since the original
49 the oft-quoted bark equations found in the texts I have). The
86 long *bark; member in struct:__anon16388
/external/libvorbis/doc/
H A D06-floor0.tex135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})}
142 \mathrm{bark}(x) = 13.1 \arctan (.00074x) + 2.24 \arctan (.0000000185x^2 + .0001x)

Completed in 1953 milliseconds