OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseoff
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
vorbis_psy.h
71
float
noiseoff
[P_BANDS];
member in struct:__anon30050
/external/libvorbis/lib/
psy.h
55
float
noiseoff
[P_NOISECURVES][P_BANDS];
member in struct:vorbis_info_psy
vorbisenc.c
410
p->
noiseoff
[j][i]=in[is].data[j][i]*(1.-ds)+in[is+1].data[j][i]*ds;
415
float min=p->
noiseoff
[j][0]+6; /* the lowest it can go */
417
p->
noiseoff
[j][i]+=userbias;
418
if(p->
noiseoff
[j][i]<min)p->
noiseoff
[j][i]=min;
[
all
...]
psy.c
347
p->vi->
noiseoff
[j][inthalfoc]*(1.-del) +
348
p->vi->
noiseoff
[j][inthalfoc+1]*del;
[
all
...]
Completed in 89 milliseconds