HomeSort by relevance Sort by last modified time
    Searched refs:opus_ifft (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/arm/
fft_arm.h 65 #define opus_ifft(_st, _fin, _fout, arch) \ macro
celt_ne10_mdct.c 201 opus_ifft(st, (kiss_fft_cpx *)f, (kiss_fft_cpx*)(out+(overlap>>1)), arch);
  /external/libopus/celt/
kiss_fft.h 174 extern void (*const OPUS_IFFT[OPUS_ARCHMASK+1])(const kiss_fft_state *cfg,
176 #define opus_ifft(_cfg, _fin, _fout, arch) \ macro
177 ((*OPUS_IFFT[(arch)&OPUS_ARCHMASK])(_cfg, _fin, _fout))
190 #define opus_ifft(_cfg, _fin, _fout, arch) \ macro
  /external/libopus/celt/tests/
test_unit_dft.c 142 opus_ifft(cfg,in,out, arch);

Completed in 1162 milliseconds