Searched refs:vbr_max (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.h78 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode (total) */ member in struct:SBEncState
H A Dnb_celp.h101 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode */ member in struct:EncState
H A Dsb_celp.c259 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;
H A Dnb_celp.c193 st->vbr_max = 0;
492 if (st->vbr_max>0)
496 if (rate > st->vbr_max)
498 rate = st->vbr_max;
1730 st->vbr_max = (*(spx_int32_t*)ptr);
1733 (*(spx_int32_t*)ptr) = st->vbr_max;
/external/speex/libspeex/
H A Dsb_celp.h78 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode (total) */ member in struct:SBEncState
H A Dnb_celp.h101 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode */ member in struct:EncState
H A Dsb_celp.c259 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;
H A Dnb_celp.c193 st->vbr_max = 0;
492 if (st->vbr_max>0)
496 if (rate > st->vbr_max)
498 rate = st->vbr_max;
1730 st->vbr_max = (*(spx_int32_t*)ptr);
1733 (*(spx_int32_t*)ptr) = st->vbr_max;

Completed in 151 milliseconds