Lines Matching refs:pitch_index
1172 int pitch_index; in run_prefilter() local
1202 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index, in run_prefilter()
1204 pitch_index = COMBFILTER_MAXPERIOD-pitch_index; in run_prefilter()
1207 N, &pitch_index, st->prefilter_period, st->prefilter_gain, st->arch); in run_prefilter()
1208 if (pitch_index > COMBFILTER_MAXPERIOD-2) in run_prefilter()
1209 pitch_index = COMBFILTER_MAXPERIOD-2; in run_prefilter()
1220 pitch_index = COMBFILTER_MINPERIOD; in run_prefilter()
1232 if (abs(pitch_index-st->prefilter_period)*10>pitch_index) in run_prefilter()
1277 st->prefilter_period, pitch_index, N-offset, -st->prefilter_gain, -gain1, in run_prefilter()
1292 *pitch = pitch_index; in run_prefilter()
1443 int pitch_index=COMBFILTER_MINPERIOD; in celt_encode_with_ec() local
1668 …pf_on = run_prefilter(st, in, prefilter_mem, CC, N, prefilter_tapset, &pitch_index, &gain1, &qg, e… in celt_encode_with_ec()
1670 && (pitch_index > 1.26*st->prefilter_period || pitch_index < .79*st->prefilter_period)) in celt_encode_with_ec()
1681 pitch_index += 1; in celt_encode_with_ec()
1682 octave = EC_ILOG(pitch_index)-5; in celt_encode_with_ec()
1684 ec_enc_bits(enc, pitch_index-(16<<octave), 4+octave); in celt_encode_with_ec()
1685 pitch_index -= 1; in celt_encode_with_ec()
2264 …->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, pitch_index, N-mode->shortM… in celt_encode_with_ec()
2277 st->prefilter_period = pitch_index; in celt_encode_with_ec()