Home | History | Annotate | Download | only in dsp

Lines Matching refs:v4i32

25   v4i32 a1_m, b1_m, c1_m, d1_m;                                  \
26 v4i32 c_tmp1_m, c_tmp2_m, d_tmp1_m, d_tmp2_m; \
27 const v4i32 cospi8sqrt2minus1 = __msa_fill_w(20091); \
28 const v4i32 sinpi8sqrt2 = __msa_fill_w(35468); \
45 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3;
46 v4i32 res0, res1, res2, res3;
66 res0 = (v4i32)__msa_pckev_b((v16i8)vt0, (v16i8)vt1);
131 v4i32 tmp0 = { 0 };
132 v4i32 out0 = __msa_fill_w(a + d4);
133 v4i32 out1 = __msa_fill_w(a + c4);
134 v4i32 out2 = __msa_fill_w(a - c4);
135 v4i32 out3 = __msa_fill_w(a - d4);
136 v4i32 res0, res1, res2, res3;
137 const v4i32 zero = { 0 };
152 res0 = (v4i32)__msa_pckev_b((v16i8)out0, (v16i8)out1);
295 const uint32_t tmp0_w = __msa_copy_s_w((v4i32)in0, in0_idx); \
597 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
720 out = __msa_copy_s_w((v4i32)R, 0);
742 val3 = __msa_copy_s_w((v4i32)R, 0);
744 val2 = __msa_copy_s_w((v4i32)R, 0);
746 val1 = __msa_copy_s_w((v4i32)R, 0);
748 val0 = __msa_copy_s_w((v4i32)R, 0);
766 val0 = __msa_copy_s_w((v4i32)R, 0);
768 val1 = __msa_copy_s_w((v4i32)R, 0);
770 val2 = __msa_copy_s_w((v4i32)R, 0);
772 val3 = __msa_copy_s_w((v4i32)R, 0);
889 dc += __msa_copy_s_w((v4i32)temp2, 0);
946 const uint32_t sum_m = __msa_copy_s_w((v4i32)temp2, 0);