Home | History | Annotate | Download | only in dsp

Lines Matching refs:ST_H2

350 #define ST_H2(RTYPE, in0, in1, pdst, stride) do {  \
354 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__)
355 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)