Searched defs:shiftx (Results 1 – 2 of 2) sorted by relevance
124 const float shiftx = (shift_idy % feat_width) * stride; in internal_run() local158 const T shiftx = (shift_idy % feat_width) * stride; in internal_run() local
330 #define PIXEL_ADD(in, out, add, shiftx) \ argument