Home
last modified time | relevance | path

Searched refs:temp1_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()
74 ADD4(a3_r, temp0_r, a3_l, temp0_l, a0_r, temp1_r, a0_l, temp1_l, in simple_idct_msa()
78 SUB2(a3_r, temp1_r, a3_l, temp1_l, a3_r, a3_l); in simple_idct_msa()
97 temp0_r, temp0_l, temp1_r, temp1_l, in simple_idct_msa()
100 SRA_4V(temp0_r, temp0_l, temp1_r, temp1_l, 11); in simple_idct_msa()
102 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, in simple_idct_msa()
104 temp0_r, temp1_r, temp2_ 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; \
112 filter1, filter1, temp0_r, temp0_l, temp1_r, temp1_l); \
114 BUTTERFLY_4(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l, \
151 filter1, filter1, temp0_r, temp0_l, temp1_r, temp1_l); \
153 BUTTERFLY_4(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l, \
196 v4i32 temp0_r, temp1_r, temp0_l, temp1_l; \
224 DOTP_SH2_SW(src5_r, src5_l, filter2, filter2, temp1_r, temp1_l); \
231 sum3_r = temp1_r - sum3_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; \
120 temp1_r, temp1_l); \
122 LSX_BUTTERFLY_4_W(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l,\
159 temp1_r, temp1_l); \
161 LSX_BUTTERFLY_4_W(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l,\
203 __m128i temp0_r, temp1_r, temp0_l, temp1_l; \
237 temp1_r, temp1_l); \
243 sum3_r = __lsx_vsub_w(temp1_r, sum3_r); \

Completed in 6 milliseconds