Searched refs:nwh (Results 1 – 1 of 1) sorted by relevance
678 int j, nwh; in makewt() local684 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()