Home
last modified time | relevance | path

Searched refs:butterflyIndex (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/cfront/
Dsp_fft.c173 unsigned butterflyLength, butterflies, *butterflyIndex; in allocate_butterfly_tbl() local
189 butterflyIndex = (unsigned*) CALLOC(butterflyLength, sizeof(unsigned), "srfft.butterflyIndex"); in allocate_butterfly_tbl()
202 butterflyIndex[ib++] = butterflies; in allocate_butterfly_tbl()
212 butterflyIndex[ib] = i0; in allocate_butterfly_tbl()
217 while (butterflyIndex[ii] < butterflyIndex[ii-1]) in allocate_butterfly_tbl()
219 j = butterflyIndex[ii]; in allocate_butterfly_tbl()
220 butterflyIndex[ii] = butterflyIndex[ii-1]; in allocate_butterfly_tbl()
221 butterflyIndex[--ii] = j; in allocate_butterfly_tbl()
230 pthis->m_butterflyIndexTbl = butterflyIndex; in allocate_butterfly_tbl()
235 butterflies = *butterflyIndex; in allocate_butterfly_tbl()
[all …]