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

  /external/speex/libspeex/
vorbis_psy.h 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);
scal.c 62 VorbisPsy *psy; member in struct:SpeexDecorrState_
89 st->psy = vorbis_psy_init(rate, 2*frame_size);
232 compute_curve(st->psy, buff, st->curve);
277 vorbis_psy_destroy(st->psy);
nb_celp.h 68 VorbisPsy *psy; member in struct:EncState
arch.h 59 #error Vorbis-psy model currently not implemented in fixed-point
nb_celp.c 150 st->psy = vorbis_psy_init(8000, 256);
242 vorbis_psy_destroy(st->psy);
416 compute_curve(st->psy, st->psy_window, st->curve);
692 curve_to_lpc(st->psy, curr_curve, bw_lpc1, bw_lpc2, 10);
    [all...]

Completed in 132 milliseconds