Searched refs:comb_filter (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | celt.h | 201 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N,
|
D | celt.c | 114 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
|
D | celt_decoder.c | 631 comb_filter(etmp, buf+DECODE_BUFFER_SIZE, in celt_decode_lost() 959 …comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM… 963 …comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period,…
|
D | celt_encoder.c | 1107 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() 2024 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2028 …comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec()
|