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