Home
last modified time | relevance | path

Searched refs:temp2_l (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dsimple_idct_msa.c32 v4i32 temp0_l, temp1_l, temp2_l, temp3_l; in simple_idct_msa() local
62 temp1_r, temp1_l, temp2_r, temp2_l); in simple_idct_msa()
64 temp2_l, temp2_r, temp1_l, temp1_r, in simple_idct_msa()
70 temp2_r, temp2_l, temp1_r, temp1_l); in simple_idct_msa()
76 SUB2(a1_r, temp2_r, a1_l, temp2_l, a1_r, a1_l); in simple_idct_msa()
77 ADD2(a2_r, temp2_r, a2_l, temp2_l, a2_r, a2_l); in simple_idct_msa()
98 temp2_r, temp2_l, temp3_r, temp3_l, in simple_idct_msa()
101 SRA_4V(temp2_r, temp2_l, temp3_r, temp3_l, 11); in simple_idct_msa()
103 temp2_l, temp2_r, temp3_l, temp3_r, in simple_idct_msa()
135 temp1_r, temp1_l, temp2_r, temp2_l); in simple_idct_msa()
195 v4i32 temp0_l, temp1_l, temp2_l, temp3_l; simple_idct_put_msa() local
372 v4i32 temp0_l, temp1_l, temp2_l, temp3_l; simple_idct_add_msa() local
[all...]
H A Dhevc_idct_msa.c100 v4i32 temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
122 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \
125 temp2_l += temp3_l; \
127 sum0_l += temp2_l; \
129 sum3_l -= temp2_l; \
161 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \
164 temp2_l += temp3_l; \
166 sum0_l += temp2_l; \
168 sum3_l -= temp2_l; \
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c107 __m128i temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
130 src3_r, filter3, src3_l, filter3, temp2_r, temp2_l, \
133 temp2_l = __lsx_vadd_w(temp2_l, temp3_l); \
135 sum0_l = __lsx_vadd_w(sum0_l, temp2_l); \
137 sum3_l = __lsx_vsub_w(sum3_l, temp2_l); \
169 src3_r, filter3, src3_l, filter3, temp2_r, temp2_l, \
172 temp2_l = __lsx_vadd_w(temp2_l, temp3_l); \
174 sum0_l = __lsx_vadd_w(sum0_l, temp2_l); \
[all...]

Completed in 4 milliseconds