Home | History | Annotate | Download | only in dsp

Lines Matching refs:ST_B2

296 #define ST_B2(RTYPE, in0, in1, pdst, stride) do {  \
300 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__)
301 #define ST_SB2(...) ST_B2(v16i8, __VA_ARGS__)
304 ST_B2(RTYPE, in0, in1, pdst, stride); \
305 ST_B2(RTYPE, in2, in3, pdst + 2 * stride, stride); \