Searched refs:clt_mdct_init (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | mdct.h | 61 int clt_mdct_init(mdct_lookup *l,int N, int maxshift, int arch);
|
D | mdct.c | 63 int clt_mdct_init(mdct_lookup *l,int N, int maxshift, int arch) in clt_mdct_init() function
|
D | modes.c | 393 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts, in opus_custom_mode_create()
|
/external/libopus/celt/tests/ |
D | test_unit_mdct.c | 119 clt_mdct_init(&_cfg, nfft, 0, arch); in test1d()
|