Home
last modified time | relevance | path

Searched refs:temp1_l (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
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()
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()
135 temp1_r, temp1_l, temp2_r, temp2_l); in simple_idct_msa()
[all …]
Dhevc_idct_msa.c100 v4i32 temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
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); \
232 sum3_l = temp1_l - sum3_l; \
/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c107 __m128i temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \
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); \
244 sum3_l = __lsx_vsub_w(temp1_l, sum3_l); \