Lines Matching refs:rate
494 spx_int32_t rate;
495 rate);
496 if (rate > st->vbr_max)
498 rate = st->vbr_max;
499 speex_encoder_ctl(state, SPEEX_SET_BITRATE, &rate);
583 /*If we use low bit-rate pitch mode, transmit open-loop pitch*/
766 /* Low bit-rate pitch handling */
1256 /* Get open-loop pitch estimation for low bit-rate pitch coding */
1618 spx_int32_t rate, target;
1624 speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate);
1625 if (rate <= target)
1672 spx_int32_t rate, target;
1677 speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate);
1678 if (rate <= target)