Home | History | Annotate | Download | only in libspeex

Lines Matching refs:vbr_max

259    st->vbr_max = 0;
1285 st->vbr_max = (*(spx_int32_t*)ptr);
1288 speex_encoder_ctl(st->st_low, SPEEX_SET_VBR_MAX_BITRATE, &st->vbr_max);
1292 if (st->vbr_max >= 42200)
1295 } else if (st->vbr_max >= 27800)
1298 } else if (st->vbr_max > 20600)
1306 low_rate = st->vbr_max - st->vbr_max_high;
1312 (*(spx_int32_t*)ptr) = st->vbr_max;