Home
last modified time | relevance | path

Searched refs:temp0_r (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_msa.c31 v4i32 temp0_r, temp1_r, temp2_r, temp3_r; in simple_idct_msa() local
60 ADD2(a0_r, const_val0, a0_l, const_val0, temp0_r, temp0_l); in simple_idct_msa()
63 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_msa()
66 UNPCK_SH_SW(in4, temp0_r, temp0_l); in simple_idct_msa()
68 MUL2(temp0_r, w4, temp0_l, w4, temp0_r, temp0_l); in simple_idct_msa()
71 ADD2(a0_r, temp0_r, a0_l, temp0_l, a0_r, a0_l); in simple_idct_msa()
72 SUB4(a1_r, temp0_r, a1_l, temp0_l, a2_r, temp0_r, a2_l, temp0_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()
81 ILVRL_H2_SW(in5, in7, temp0_r, temp0_l); in simple_idct_msa()
89 DPADD_SH4_SW(temp0_r, temp0_r, temp0_r, temp0_r, in simple_idct_msa()
[all …]
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; \
222 DOTP_SH2_SW(src2_r, src2_l, filter0, filter0, temp0_r, temp0_l); \
226 sum0_r += temp0_r; \
228 sum1_r -= temp0_r; \
234 DOTP_SH2_SW(src3_r, src3_l, filter1, filter1, temp0_r, temp0_l); \
[all …]