HomeSort by relevance Sort by last modified time
    Searched refs:vbr_max_high (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
sb_celp.h 79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */ member in struct:SBEncState
sb_celp.c 260 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)
    [all...]

Completed in 109 milliseconds