Lines Matching refs:step
264 int step = 256, pos = 0, dominant = 0, any = 0;
310 int steplet = step >> 8;
324 step += step / ADAPT_LEVEL;
334 write_uint_max(pb, interloper, (step >> 8) - 1);
337 step -= step / ADAPT_LEVEL;
340 if (step < 256)
342 step = 65536 / step;
361 int n_zeros = 0, step = 256, dominant = 0;
381 int steplet = step >> 8;
391 step += step / ADAPT_LEVEL;
409 step -= step / ADAPT_LEVEL;
412 if (step < 256)
414 step = 65536 / step;
519 int step = (i+1)*channels, k, j;
522 int *x_ptr = &(window[step]);
524 j = window_entries - step;
533 for (j = 0; j <= (window_entries - step); j++);
535 double stepval = window[step+j];
538 // xy += (double)window[step+j]*(double)window[j];
557 x_ptr = &(window[step]);
559 j = window_entries - step;
568 for (j=0; j <= (window_entries - step); j++)
570 int stepval = window[step+j];
572 window[step+j] += shift_down(k * stateval, LATTICE_SHIFT);