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