Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c107 __m128i temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
143 src3_r, filter2, src3_l, filter2, temp4_r, temp4_l, \
146 temp4_l = __lsx_vsub_w(temp4_l, temp5_l); \
148 sum1_l = __lsx_vadd_w(sum1_l, temp4_l); \
150 sum2_l = __lsx_vsub_w(sum2_l, temp4_l); \
182 src3_r, filter2, src3_l, filter2, temp4_r, temp4_l, \
185 temp4_l = __lsx_vsub_w(temp4_l, temp5_l); \
187 sum1_l = __lsx_vsub_w(sum1_l, temp4_l); \
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c100 v4i32 temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
135 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \
138 temp4_l -= temp5_l; \
140 sum1_l += temp4_l; \
142 sum2_l -= temp4_l; \
174 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \
177 temp4_l -= temp5_l; \
179 sum1_l -= temp4_l; \
181 sum2_l += temp4_l; \
H A Dsimple_idct_msa.c373 v4i32 temp4_l, temp5_l, temp6_l, temp7_l, temp8_l; in simple_idct_add_msa() local
395 UNPCK_SH_SW(in4, temp4_r, temp4_l); in simple_idct_add_msa()
426 MUL2(temp4_r, w4, temp4_l, w4, temp4_r, temp4_l); in simple_idct_add_msa()
429 ADD2(a0_r, temp4_r, a0_l, temp4_l, a0_r, a0_l); in simple_idct_add_msa()
430 SUB2(a1_r, temp4_r, a1_l, temp4_l, a1_r, a1_l); in simple_idct_add_msa()
431 SUB2(a2_r, temp4_r, a2_l, temp4_l, a2_r, a2_l); in simple_idct_add_msa()
432 ADD2(a3_r, temp4_r, a3_l, temp4_l, a3_r, a3_l); in simple_idct_add_msa()

Completed in 4 milliseconds