Lines Matching defs:cur_rate
180 p->cur_rate = info_bits ? RATE_5300 : RATE_6300;
202 if (p->cur_rate == RATE_6300 && p->pitch_lag[i >> 1] < SUBFRAME_LEN - 2) {
221 if (p->cur_rate == RATE_6300) {
278 * @param cur_rate current bitrate
283 enum Rate cur_rate, int pitch_lag, int index)
289 if (cur_rate == RATE_6300) {
377 * @param cur_rate current bitrate
382 static void comp_ppf_gains(int lag, PPFParam *ppf, enum Rate cur_rate,
395 ppf->opt_gain = ppf_gain_weight[cur_rate];
398 ppf_gain_weight[cur_rate] >> 15;
428 * @param cur_rate current bitrate
431 PPFParam *ppf, enum Rate cur_rate)
483 comp_ppf_gains(fwd_lag, ppf, cur_rate, energy[0], energy[1],
486 comp_ppf_gains(-back_lag, ppf, cur_rate, energy[0], energy[3],
497 comp_ppf_gains(fwd_lag, ppf, cur_rate, energy[0], energy[1],
500 comp_ppf_gains(-back_lag, ppf, cur_rate, energy[0], energy[3],
851 p->cur_rate);
855 p->cur_rate);
994 gen_fcb_excitation(vector_ptr, &p->subframe[i], p->cur_rate,
999 &p->subframe[i], p->cur_rate);
1018 ppf + j, p->cur_rate);