Searched refs:DIVFACTOR (Results 1 – 2 of 2) sorted by relevance
75 const int DIVFACTOR = 2; variable173 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in parallel_thread()174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread()
73 const int DIVFACTOR = 2; variable185 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in generate_work()186 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in generate_work()