Searched refs:comb_filter (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 57 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
|
/external/libopus/celt/ |
D | celt.h | 224 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N,
|
D | celt.c | 190 void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, in comb_filter() function
|
D | celt_decoder.c | 793 comb_filter(etmp, buf+DECODE_BUFFER_SIZE, in celt_decode_lost() 1112 …comb_filter(out_syn[c], out_syn[c], st->postfilter_period_old, st->postfilter_period, mode->shortM… 1116 …comb_filter(out_syn[c]+mode->shortMdctSize, out_syn[c]+mode->shortMdctSize, st->postfilter_period,…
|
D | celt_encoder.c | 1272 comb_filter(in+c*(N+overlap)+overlap, pre[c]+COMBFILTER_MAXPERIOD, in run_prefilter() 1276 comb_filter(in+c*(N+overlap)+overlap+offset, pre[c]+COMBFILTER_MAXPERIOD+offset, in run_prefilter() 2260 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec() 2264 …comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec()
|