Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dsimple_idct_msa.c31 v4i32 temp0_r, temp1_r, temp2_r, temp3_r; 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()
104 temp0_r, temp1_r, temp2_r, temp3_ in simple_idct_msa()
194 v4i32 temp0_r, temp1_r, temp2_r, temp3_r; simple_idct_put_msa() local
370 v4i32 temp0_r, temp1_r, temp2_r, temp3_r; simple_idct_add_msa() local
[all...]
H A Dhevc_idct_msa.c99 v4i32 temp0_r, temp1_r, temp2_r, temp3_r, temp4_r, temp5_r; \
122 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \
124 temp2_r += temp3_r; \
126 sum0_r += temp2_r; \
128 sum3_r -= temp2_r; \
161 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \
163 temp2_r += temp3_r; \
165 sum0_r += temp2_r; \
167 sum3_r -= temp2_r; \
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c106 __m128i temp0_r, temp1_r, temp2_r, temp3_r, temp4_r, temp5_r; \
130 src3_r, filter3, src3_l, filter3, temp2_r, temp2_l, \
132 temp2_r = __lsx_vadd_w(temp2_r, temp3_r); \
134 sum0_r = __lsx_vadd_w(sum0_r, temp2_r); \
136 sum3_r = __lsx_vsub_w(sum3_r, temp2_r); \
169 src3_r, filter3, src3_l, filter3, temp2_r, temp2_l, \
171 temp2_r = __lsx_vadd_w(temp2_r, temp3_r); \
173 sum0_r = __lsx_vadd_w(sum0_r, temp2_r); \
[all...]

Completed in 5 milliseconds