Home | History | Annotate | Download | only in dsp

Lines Matching refs:out3

29   v2u64 out0, out1, out2, out3;                                       \
33 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \
34 SRAR_D4_UD(out0, out1, out2, out3, shift); \
35 PCKEV_B2_UB(out1, out0, out3, out2, t0, t1); \
39 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \
40 SRAR_D4_UD(out0, out1, out2, out3, shift); \
41 PCKEV_B2_UB(out1, out0, out3, out2, t2, t3); \
62 v2u64 out0, out1, out2, out3; \
66 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \
67 SRAR_D4_UD(out0, out1, out2, out3, shift); \
68 PCKEV_W2_UW(out1, out0, out3, out2, dst0, dst1); \
72 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \
73 SRAR_D4_UD(out0, out1, out2, out3, shift); \
74 PCKEV_W2_UW(out1, out0, out3, out2, dst2, dst3); \
89 v2u64 out0, out1, out2, out3; \
93 DOTP_UW2_UD(tmp2, tmp3, mult, mult, out2, out3); \
94 SRAR_D4_UD(out0, out1, out2, out3, shift); \
96 DOTP_UW2_UD(out2, out3, scale, scale, out2, out3); \
97 SRAR_D4_UD(out0, out1, out2, out3, shift); \
98 PCKEV_B2_UB(out1, out0, out3, out2, dst0, dst1); \