Searched refs:prefilter_period (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 91 int prefilter_period; member 1107 N, &pitch_index, st->prefilter_period, st->prefilter_gain, st->arch); in run_prefilter() 1127 if (abs(pitch_index-st->prefilter_period)*10>pitch_index) in run_prefilter() 1164 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter() 1168 … st->prefilter_period, st->prefilter_period, offset, -st->prefilter_gain, -st->prefilter_gain, in run_prefilter() 1172 st->prefilter_period, pitch_index, N-offset, -st->prefilter_gain, -gain1, in run_prefilter() 1567 && (pitch_index > 1.26*st->prefilter_period || pitch_index < .79*st->prefilter_period)) in celt_encode_with_ec() 2082 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec() 2084 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2088 …out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, pitch_index,… in celt_encode_with_ec() [all …]
|