HomeSort by relevance Sort by last modified time
    Searched refs:tonecurves (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
psy.h 99 float ***tonecurves; member in struct:__anon10864
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 91 milliseconds