Home
last modified time | relevance | path

Searched refs:tonecurves (Results 1 – 2 of 2) sorted by relevance

/external/libvorbis/lib/
Dpsy.h99 float ***tonecurves; member
Dpsy.c327 p->tonecurves=setup_tone_curves(vi->toneatt,rate*.5/n,n, in _vp_psy_init()
367 if(p->tonecurves){ in _vp_psy_clear()
370 _ogg_free(p->tonecurves[i][j]); in _vp_psy_clear()
372 _ogg_free(p->tonecurves[i]); in _vp_psy_clear()
374 _ogg_free(p->tonecurves); in _vp_psy_clear()
767 seed_loop(p,(const float ***)p->tonecurves,logfft,logmask,seed,global_specmax); in _vp_tonemask()