Searched refs:maxshift (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dmdct.h51 int maxshift; member in struct:__anon14705
56 int clt_mdct_init(mdct_lookup *l,int N, int maxshift);
H A Dmdct.c58 int clt_mdct_init(mdct_lookup *l,int N, int maxshift) argument
68 l->maxshift = maxshift;
69 for (i=0;i<=maxshift;i++)
97 for (i=0;i<=l->maxshift;i++)
/external/libopus/celt/
H A Dmdct.h51 int maxshift; member in struct:__anon24536
56 int clt_mdct_init(mdct_lookup *l,int N, int maxshift);
H A Dmdct.c58 int clt_mdct_init(mdct_lookup *l,int N, int maxshift) argument
68 l->maxshift = maxshift;
69 for (i=0;i<=maxshift;i++)
97 for (i=0;i<=l->maxshift;i++)
/external/chromium_org/third_party/opus/src/celt/dump_modes/
H A Ddump_modes.c152 for (k=0;k<=mode->mdct.maxshift;k++)
167 for (k=0;k<=mode->mdct.maxshift;k++)
233 fprintf(file, "{%d, %d, {", mode->mdct.n, mode->mdct.maxshift);
234 for (k=0;k<=mode->mdct.maxshift;k++)

Completed in 6272 milliseconds