Lines Matching refs:noff
1247 register int noff; in ees_process() local
1284 noff = samples; in ees_process()
1286 while ((noff - i) > samplereduce) { in ees_process()
1293 tmp = coffs[(noff + i)/2]; in ees_process()
1296 L_SUB(&tmp, &coffs[noff-1]); in ees_process()
1297 if (L_ISNEG(&tmp)) noff--; else i++; in ees_process()
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:"); in ees_process()
1309 for (j = i; j < noff; j++) in ees_process()
1322 tmp = coffs[noff-1]; in ees_process()
1339 noff-1, in ees_process()
1340 (coffs[noff-1].l_f) / 4295, in ees_process()
1393 ees->highoffset = coffs[noff-1]; in ees_process()