Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c2062 celt_sig *out_mem[2]; in celt_encode_with_ec() local
2075 out_mem[c] = st->syn_mem[c]+2*MAX_PERIOD-N; in celt_encode_with_ec()
2078 celt_synthesis(mode, X, out_mem, oldBandE, start, effEnd, in celt_encode_with_ec()
2084 …comb_filter(out_mem[c], out_mem[c], st->prefilter_period_old, st->prefilter_period, mode->shortMdc… in celt_encode_with_ec()
2088 …comb_filter(out_mem[c]+mode->shortMdctSize, out_mem[c]+mode->shortMdctSize, st->prefilter_period, … in celt_encode_with_ec()
2094 deemphasis(out_mem, (opus_val16*)pcm, N, CC, st->upsample, mode->preemph, st->preemph_memD); in celt_encode_with_ec()