Home
last modified time | relevance | path

Searched refs:vbr_analysis (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dvbr.h66 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef);
Dvbr.c124 float vbr_analysis(VBRState *vbr, spx_word16_t *sig, int len, int pitch, float pitch_coef) in vbr_analysis() function
Dnb_celp.c450 …st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, GAIN_SCALING_1*ol_pitch_… in nb_encode()