Home | History | Annotate | Download | only in dsp

Lines Matching refs:INSERT_W2

674 #define INSERT_W2(RTYPE, in0, in1, out) do {        \
678 #define INSERT_W2_UB(...) INSERT_W2(v16u8, __VA_ARGS__)
679 #define INSERT_W2_SB(...) INSERT_W2(v16i8, __VA_ARGS__)