Lines Matching refs:pitch_index
1014 int pitch_index; in run_prefilter() local
1042 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index, in run_prefilter()
1044 pitch_index = COMBFILTER_MAXPERIOD-pitch_index; in run_prefilter()
1047 N, &pitch_index, st->prefilter_period, st->prefilter_gain); in run_prefilter()
1048 if (pitch_index > COMBFILTER_MAXPERIOD-2) in run_prefilter()
1049 pitch_index = COMBFILTER_MAXPERIOD-2; in run_prefilter()
1060 pitch_index = COMBFILTER_MINPERIOD; in run_prefilter()
1067 if (abs(pitch_index-st->prefilter_period)*10>pitch_index) in run_prefilter()
1112 st->prefilter_period, pitch_index, N-offset, -st->prefilter_gain, -gain1, in run_prefilter()
1127 *pitch = pitch_index; in run_prefilter()
1280 int pitch_index=COMBFILTER_MINPERIOD; in celt_encode_with_ec() local
1491 …pf_on = run_prefilter(st, in, prefilter_mem, CC, N, prefilter_tapset, &pitch_index, &gain1, &qg, e… in celt_encode_with_ec()
1493 && (pitch_index > 1.26*st->prefilter_period || pitch_index < .79*st->prefilter_period)) in celt_encode_with_ec()
1504 pitch_index += 1; in celt_encode_with_ec()
1505 octave = EC_ILOG(pitch_index)-5; in celt_encode_with_ec()
1507 ec_enc_bits(enc, pitch_index-(16<<octave), 4+octave); in celt_encode_with_ec()
1508 pitch_index -= 1; in celt_encode_with_ec()
2028 …->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, pitch_index, N-mode->shortM… in celt_encode_with_ec()
2041 st->prefilter_period = pitch_index; in celt_encode_with_ec()