OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psy
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeexdsp/
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
66
VorbisPsy *
psy
;
member in struct:SpeexDecorrState_
93
st->
psy
= vorbis_psy_init(rate, 2*frame_size);
236
compute_curve(st->
psy
, buff, st->curve);
281
vorbis_psy_destroy(st->
psy
);
arch.h
51
#error Vorbis-
psy
model currently not implemented in fixed-point
Completed in 234 milliseconds