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

  /external/libopus/celt/
mdct.h 51 int maxshift; member in struct:__anon17536
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++)

Completed in 48 milliseconds