Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfft4g.c678 int j, nwh; in makewt() local
684 nwh = nw >> 1; in makewt()
685 delta = atan(1.0) / nwh; in makewt()
688 w[nwh] = cos(delta * nwh); in makewt()
689 w[nwh + 1] = w[nwh]; in makewt()
690 if (nwh > 2) { in makewt()
691 for (j = 2; j < nwh; j += 2) { in makewt()