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

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

Completed in 160 milliseconds