Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dvorbis_psy.h88 } VorbisPsy; typedef
91 VorbisPsy *vorbis_psy_init(int rate, int size);
92 void vorbis_psy_destroy(VorbisPsy *psy);
93 void compute_curve(VorbisPsy *psy, float *audio, float *curve);
94 void curve_to_lpc(VorbisPsy *psy, float *curve, float *awk1, float *awk2, int ord);
Dscal.c66 VorbisPsy *psy;