Home
last modified time | relevance | path

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

/external/libopus/celt/mips/
Dcelt_mipsr1.h57 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
/external/libopus/celt/
Dcelt.h202 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N,
Dcelt.c183 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
Dcelt_decoder.c691 comb_filter(etmp, buf+DECODE_BUFFER_SIZE, in celt_decode_lost()
1008comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM…
1012comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period,…
Dcelt_encoder.c1167 comb_filter(in+c*(N+overlap)+overlap, pre[c]+COMBFILTER_MAXPERIOD, in run_prefilter()
1171 comb_filter(in+c*(N+overlap)+overlap+offset, pre[c]+COMBFILTER_MAXPERIOD+offset, in run_prefilter()
2084comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec()
2088comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec()