Lines Matching defs:seek
415 unsigned int i, seek, wlin, wcol;
426 seek = vdeb->mean_win_size / 2;
431 "deb: %s: --- Calc pixel %dx%d, window mean %d, seek %d ---\n",
432 vdeb->sd.name, lin, col, vdeb->sink_fmt.height, seek);
440 for (wlin = seek > lin ? 0 : lin - seek;
441 wlin < lin + seek + 1 && wlin < vdeb->sink_fmt.height;
450 for (wcol = seek > col ? 0 : col - seek;
451 wcol < col + seek + 1 && wcol < vdeb->sink_fmt.width;