Searched refs:vbr_qual (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
H A Dsb_celp.c1171 float vbr_qual; local
1181 vbr_qual=i;
1182 if (vbr_qual<0)
1183 vbr_qual=0;
1184 speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual);
H A Dnb_celp.c1619 float vbr_qual; local
1629 vbr_qual=i;
1630 if (vbr_qual<0)
1631 vbr_qual=0;
1632 speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual);

Completed in 78 milliseconds