Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmdct.h86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ macro
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ macro
Dcelt_encoder.c473 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, in compute_mdcts()
/external/libopus/celt/arm/
Dmdct_arm.h52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ macro
/external/libopus/celt/tests/
Dtest_unit_mdct.c170 clt_mdct_forward(cfg,in,out,window, nfft/2, shift, 1, arch); in test1d()
/external/libopus/celt/mips/
Dmdct_mipsr1.h60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT ou… in clt_mdct_forward() function
/external/libopus/src/
Dopus_multistream_encoder.c287 clt_mdct_forward(&celt_mode->mdct, in+960*frame, freq, celt_mode->window, in surround_analysis()