Lines Matching defs:offset
381 int offset, i, coef_idx;
384 offset = lrintf(delay);
386 t = (offset - delay + 0.5) * 8.0 + 0.5;
389 offset--;
392 f = ex - offset - 8;
435 int i, pos1, pos2, offset;
437 offset = (fixed_index[3] >> 9) & 3;
440 pos1 = ((fixed_index[i] & 0x7f) / 11) * 5 + ((i + offset) % 5);
441 pos2 = ((fixed_index[i] & 0x7f) % 11) * 5 + ((i + offset) % 5);
451 pos1 = ((fixed_index[3] & 0x7f) / 11) * 5 + ((3 + offset) % 5);
452 pos2 = ((fixed_index[3] & 0x7f) % 11) * 5 + ((4 + offset) % 5);