/external/libopus/celt/arm/ |
mdct_arm.h | 53 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ macro
|
/external/libopus/celt/ |
mdct.h | 86 #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
|
celt_encoder.c | 439 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, [all...] |
/external/libopus/celt/tests/ |
test_unit_mdct.c | 175 clt_mdct_forward(&cfg,in,out,window, nfft/2, 0, 1, arch);
|
/external/libopus/celt/mips/ |
mdct_mipsr1.h | 60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT out, function
|
/external/libopus/src/ |
opus_multistream_encoder.c | 287 clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, [all...] |