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

  /external/speex/libspeex/
sb_celp.h 78 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode (total) */ member in struct:SBEncState
nb_celp.h 101 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode */ member in struct:EncState
sb_celp.c 259 st->vbr_max = 0;
    [all...]
nb_celp.c 193 st->vbr_max = 0;
492 if (st->vbr_max>0)
496 if (rate > st->vbr_max)
498 rate = st->vbr_max;
    [all...]

Completed in 55 milliseconds