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

  /external/chromium_org/third_party/opus/src/celt/
mdct.h 51 int maxshift; member in struct:__anon18580
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)
68 l->maxshift = maxshift;
69 for (i=0;i<=maxshift;i++)
97 for (i=0;i<=l->maxshift;i++)
  /external/libopus/celt/
mdct.h 51 int maxshift; member in struct:__anon28338
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)
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/
dump_modes.c 152 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 514 milliseconds