Home | History | Annotate | Download | only in dsp

Lines Matching refs:out1

24 #define ILVR_UW2(in, out0, out1) do {                            \
27 out1 = (v4u32)__msa_ilvl_h((v8i16)zero, t0); \
30 #define ILVRL_UW4(in, out0, out1, out2, out3) do { \
33 ILVRL_H2_UW(zero, t0, out0, out1); \
37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \
42 PCKOD_H2_UH(temp1, temp0, temp3, temp2, out0, out1); \
162 v16u8 out0, out1, out2, tmp0, tmp1, tmp2; \
166 out1 = VSHF_UB(tmp2, a2, mask1); \
170 ST_UB(out1, dst + 16); \
181 v16u8 out0, out1; \
182 VSHF_B2_UB(tmp0, a2, tmp0, a2, mask0, mask1, out0, out1); \
184 out_m = __msa_copy_s_d((v2i64)out1, 0); \
190 v16u8 out0, out1, out2, out3; \
193 ILVRL_H2_UB(tmp2, tmp0, out0, out1); \
196 ST_UB(out1, dst + 16); \
210 v16u8 out0, out1; \
211 ILVRL_B2_UB(a1, a0, out0, out1); \
213 ST_UB(out1, dst + 16); \
221 #define CALC_RGBA4444(y, u, v, out0, out1, N, dst) do { \
228 STORE2_##N(out0, out1, dst); \
231 #define CALC_RGB565(y, u, v, out0, out1, N, dst) do { \
240 STORE2_##N(out0, out1, dst); \