Searched refs:patchwidth (Results 1 – 2 of 2) sorted by relevance
80 const int patchwidth, in ExtractPatchAtSubpixelFixed1616() argument88 (trunc_x + patchwidth) >= width_less_one_ || in ExtractPatchAtSubpixelFixed1616()94 for (int y = 0; y < patchheight; ++y, to_data += patchwidth) { in ExtractPatchAtSubpixelFixed1616()95 for (int x = 0; x < patchwidth; ++x) { in ExtractPatchAtSubpixelFixed1616()
120 const int patchwidth,