Lines Matching defs:offset
356 int i, j, k, offset;
381 offset = (i/blocksize) * roq->width / blocksize + j / blocksize;
382 if (offset < max && offset >= 0)
383 EVAL_MOTION(last_motion[offset]);
385 offset++;
386 if (offset < max && offset >= 0)
387 EVAL_MOTION(last_motion[offset]);
389 offset = (i/blocksize + 1) * roq->width / blocksize + j / blocksize;
390 if (offset < max && offset >= 0)
391 EVAL_MOTION(last_motion[offset]);
423 offset = (i/blocksize) * roq->width / blocksize + j/blocksize;
424 this_motion[offset] = bestpick;