Home | History | Annotate | Download | only in dsp

Lines Matching refs:LD_H2

255 #define LD_H2(RTYPE, psrc, stride, out0, out1) do {  \
259 #define LD_UH2(...) LD_H2(v8u16, __VA_ARGS__)
260 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__)