Home | History | Annotate | Download | only in dsp

Lines Matching refs:ST_W

68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
69 #define ST_UW(...) ST_W(v4u32, __VA_ARGS__)
70 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)
325 ST_W(RTYPE, in0, pdst); \
326 ST_W(RTYPE, in1, pdst + stride); \
333 ST_W(RTYPE, in2, pdst + 2 * stride); \