OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VorbisPsy
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
vorbis_psy.h
88
}
VorbisPsy
;
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);
nb_celp.h
68
VorbisPsy
*psy;
scal.c
62
VorbisPsy
*psy;
Completed in 65 milliseconds