HomeSort by relevance Sort by last modified time
    Searched full:butterflyindex (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/cfront/
sp_fft.c 173 unsigned butterflyLength, butterflies, *butterflyIndex;
189 butterflyIndex = (unsigned*) CALLOC(butterflyLength, sizeof(unsigned), "srfft.butterflyIndex");
202 butterflyIndex[ib++] = butterflies;
212 butterflyIndex[ib] = i0;
217 while (butterflyIndex[ii] < butterflyIndex[ii-1])
219 j = butterflyIndex[ii];
220 butterflyIndex[ii] = butterflyIndex[ii-1]
    [all...]

Completed in 28 milliseconds