Lines Matching defs:voiced
308 int *lpc_order, int *has_lpc_leadin, int voiced)
319 lsf_i1 = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s1[s->wb][voiced]);
417 int qoffset_high, int active, int voiced)
430 ratelevel = ff_opus_rc_dec_cdf(rc, ff_silk_model_exc_rate[voiced]);
480 voiced][qoffset_high][FFMIN(pulsecount[i >> 4], 6)]);
489 excitation[i] = value * 256 | ff_silk_quant_offset[voiced][qoffset_high];
514 int voiced; // combines with active to indicate inactive, active, or active+voiced
556 voiced = 0;
560 voiced = type >> 1;
570 int x = ff_opus_rc_dec_cdf(rc, ff_silk_model_gain_highbits[active + voiced]);
593 silk_decode_lpc(s, frame, rc, lpc_leadin, lpc_body, &order, &has_lpc_leadin, voiced);
595 /* obtain pitch lags, if this is a voiced frame */
596 if (voiced) {
661 if (voiced && frame_num == 0)
668 active, voiced);
684 if (voiced) {
731 frame->prev_voiced = voiced;