OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tonecurves
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
psy.h
99
float ***
tonecurves
;
member in struct:__anon21129
psy.c
327
p->
tonecurves
=setup_tone_curves(vi->toneatt,rate*.5/n,n,
367
if(p->
tonecurves
){
370
_ogg_free(p->
tonecurves
[i][j]);
372
_ogg_free(p->
tonecurves
[i]);
374
_ogg_free(p->
tonecurves
);
767
seed_loop(p,(const float ***)p->
tonecurves
,logfft,logmask,seed,global_specmax);
[
all
...]
Completed in 78 milliseconds