Searched refs:ypatchsize (Results 1 – 2 of 2) sorted by relevance
174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread() local175 for (ys = starty; ys <= stopy; ys += ypatchsize) in parallel_thread()181 pch.stopy = MIN(ys + ypatchsize, stopy); in parallel_thread()
186 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in generate_work() local187 for (ys = starty; ys <= stopy; ys += ypatchsize) in generate_work()193 pch.stopy = MIN(ys + ypatchsize, stopy); in generate_work()