Searched refs:vbr_max_high (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.h79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */ member in struct:SBEncState
H A Dsb_celp.c260 st->vbr_max_high = 20000; /* We just need a big value here */
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
1289 st->vbr_max_high = 17600;
1294 st->vbr_max_high = 17600;
1297 st->vbr_max_high = 9600;
1300 st->vbr_max_high = 5600;
1302 st->vbr_max_high = 1800;
1305 st->vbr_max_high = 1800;
1306 low_rate = st->vbr_max - st->vbr_max_high;
/external/speex/libspeex/
H A Dsb_celp.h79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */ member in struct:SBEncState
H A Dsb_celp.c260 st->vbr_max_high = 20000; /* We just need a big value here */
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
1289 st->vbr_max_high = 17600;
1294 st->vbr_max_high = 17600;
1297 st->vbr_max_high = 9600;
1300 st->vbr_max_high = 5600;
1302 st->vbr_max_high = 1800;
1305 st->vbr_max_high = 1800;
1306 low_rate = st->vbr_max - st->vbr_max_high;

Completed in 100 milliseconds