Home
last modified time | relevance | path

Searched defs:shiftx (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/genproposals/generic/neon/
Dimpl.cpp49 const T shiftx = (shift_idy % feat_width) * stride; in compute_all_anchors() local
84 const float shiftx = (shift_idy % feat_width) * stride; in compute_all_anchors_qasymm16() local
/external/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c330 #define PIXEL_ADD(in, out, add, shiftx) \ argument