Home | History | Annotate | Download | only in dsp

Lines Matching refs:INSERT_D2

698 #define INSERT_D2(RTYPE, in0, in1, out) do {        \
702 #define INSERT_D2_UB(...) INSERT_D2(v16u8, __VA_ARGS__)
703 #define INSERT_D2_SB(...) INSERT_D2(v16i8, __VA_ARGS__)