OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBRState
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
vbr.h
49
typedef struct
VBRState
{
62
}
VBRState
;
64
void vbr_init(
VBRState
*vbr);
66
float vbr_analysis(
VBRState
*vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef);
68
void vbr_destroy(
VBRState
*vbr);
vbr.c
76
void vbr_init(
VBRState
*vbr)
124
float vbr_analysis(
VBRState
*vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef)
271
void vbr_destroy(
VBRState
*vbr)
nb_celp.h
97
VBRState
*vbr; /**< State of the VBR data */
nb_celp.c
189
st->vbr = (
VBRState
*)speex_alloc(sizeof(
VBRState
));
[
all
...]
Completed in 144 milliseconds