Home | History | Annotate | Download | only in source

Lines Matching refs:NR_PART

219   for (i = 0; i < NR_PART; i++) {
224 if (i + aec->xfBufBlockPos >= NR_PART) {
225 xPos -= NR_PART*(PART_LEN1);
260 for (i = 0; i < NR_PART; i++) {
264 if (i + aec->xfBufBlockPos >= NR_PART) {
265 xPos -= NR_PART * PART_LEN1;
421 memset(aec->xfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
422 memset(aec->wfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
425 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
640 aec->xPow[i] = gPow[0] * aec->xPow[i] + gPow[1] * NR_PART *
682 aec->xfBufBlockPos = NR_PART - 1;
820 for (i = 0; i < NR_PART; i++) {