Lines Matching defs:start
2612 int bottom, top, order, start, end, size, inc;
2632 start = ics->swb_offset[FFMIN(bottom, mmm)];
2634 if ((size = end - start) <= 0)
2638 start = end - 1;
2642 start += w * 128;
2646 for (m = 0; m < size; m++, start += inc)
2648 coef[start] -= AAC_MUL26((INTFLOAT)coef[start - i * inc], lpc[i - 1]);
2651 for (m = 0; m < size; m++, start += inc) {
2652 tmp[0] = coef[start];
2654 coef[start] += AAC_MUL26(tmp[i], lpc[i - 1]);