Home
last modified time | relevance | path

Searched refs:VBRState (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dvbr.h49 typedef struct VBRState { struct
62 } VBRState; argument
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);
Dvbr.c76 void vbr_init(VBRState *vbr) in vbr_init()
124 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef) in vbr_analysis()
271 void vbr_destroy(VBRState *vbr) in vbr_destroy()
Dnb_celp.h97 VBRState *vbr; /**< State of the VBR data */
Dnb_celp.c189 st->vbr = (VBRState*)speex_alloc(sizeof(VBRState)); in nb_encoder_init()