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 56 int clt_mdct_init(mdct_lookup *l,int N, int maxshift);
mdct.c 58 int clt_mdct_init(mdct_lookup *l,int N, int maxshift) function
modes.c 391 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts,
  /external/libopus/celt/tests/
test_unit_mdct.c 126 clt_mdct_init(&cfg, nfft, 0);

Completed in 125 milliseconds