Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c363 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[], in celt_synthesis() argument
403 freq2 = out_syn[1]+overlap/2; in celt_synthesis()
406 … clt_mdct_backward(&mode->mdct, &freq2[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch); in celt_synthesis()
408 … clt_mdct_backward(&mode->mdct, &freq[b], out_syn[1]+NB*b, mode->window, overlap, shift, B, arch); in celt_synthesis()
413 freq2 = out_syn[0]+overlap/2; in celt_synthesis()
422 … clt_mdct_backward(&mode->mdct, &freq[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch); in celt_synthesis()
429 … clt_mdct_backward(&mode->mdct, &freq[b], out_syn[c]+NB*b, mode->window, overlap, shift, B, arch); in celt_synthesis()
436 out_syn[c][i] = SATURATE(out_syn[c][i], SIG_SAT); in celt_synthesis()
502 celt_sig *out_syn[2]; in celt_decode_lost() local
521 out_syn[c] = decode_mem[c]+DECODE_BUFFER_SIZE-N; in celt_decode_lost()
[all …]
Dcelt.h242 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[],