Searched refs:prefilter_period (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 91 int prefilter_period; member 1207 N, &pitch_index, st->prefilter_period, st->prefilter_gain, st->arch); in run_prefilter() 1232 if (abs(pitch_index-st->prefilter_period)*10>pitch_index) in run_prefilter() 1269 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in run_prefilter() 1273 … st->prefilter_period, st->prefilter_period, offset, -st->prefilter_gain, -st->prefilter_gain, in run_prefilter() 1277 st->prefilter_period, pitch_index, N-offset, -st->prefilter_gain, -gain1, in run_prefilter() 1670 && (pitch_index > 1.26*st->prefilter_period || pitch_index < .79*st->prefilter_period)) in celt_encode_with_ec() 2258 st->prefilter_period=IMAX(st->prefilter_period, COMBFILTER_MINPERIOD); in celt_encode_with_ec() 2260 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2264 …out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, pitch_index,… in celt_encode_with_ec() [all …]
|