Home | History | Annotate | Download | only in dsp

Lines Matching refs:ILVEV_B2

712 #define ILVEV_B2(RTYPE, in0, in1, in2, in3, out0, out1) do {  \
716 #define ILVEV_B2_UB(...) ILVEV_B2(v16u8, __VA_ARGS__)
717 #define ILVEV_B2_SB(...) ILVEV_B2(v16i8, __VA_ARGS__)
718 #define ILVEV_B2_UH(...) ILVEV_B2(v8u16, __VA_ARGS__)
719 #define ILVEV_B2_SH(...) ILVEV_B2(v8i16, __VA_ARGS__)
720 #define ILVEV_B2_SD(...) ILVEV_B2(v2i64, __VA_ARGS__)