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

  /external/libopus/celt/
mdct.h 61 int clt_mdct_init(mdct_lookup *l,int N, int maxshift, int arch);
mdct.c 63 int clt_mdct_init(mdct_lookup *l,int N, int maxshift, int arch) function
modes.c 393 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,
  /external/libopus/celt/tests/
test_unit_mdct.c 142 clt_mdct_init(&cfg, nfft, 0, arch);

Completed in 608 milliseconds