Home
last modified time | relevance | path

Searched refs:comb_filter (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Dcelt.h201 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N,
Dcelt.c114 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
Dcelt_decoder.c631 comb_filter(etmp, buf+DECODE_BUFFER_SIZE, in celt_decode_lost()
959comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM…
963comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period,…
Dcelt_encoder.c1107 comb_filter(in+c*(N+st->overlap)+st->overlap, pre[c]+COMBFILTER_MAXPERIOD, in run_prefilter()
1111 comb_filter(in+c*(N+st->overlap)+st->overlap+offset, pre[c]+COMBFILTER_MAXPERIOD+offset, in run_prefilter()
2024comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec()
2028comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec()