Searched refs:temp0_l (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 32 v4i32 temp0_l, temp1_l, temp2_l, temp3_l; 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() 93 DPADD_SH4_SW(temp0_l, temp0_l, temp0_l, temp0_l, in simple_idct_msa() [all …]
|
D | hevc_idct_msa.c | 100 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; \ 222 DOTP_SH2_SW(src2_r, src2_l, filter0, filter0, temp0_r, temp0_l); \ 227 sum0_l += temp0_l; \ 229 sum1_l -= temp0_l; \ 234 DOTP_SH2_SW(src3_r, src3_l, filter1, filter1, temp0_r, temp0_l); \ [all …]
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | hevc_idct_lsx.c | 107 __m128i temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \ 119 src1_r, filter1, src1_l, filter1, temp0_r, temp0_l, \ 122 LSX_BUTTERFLY_4_W(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l,\ 158 src1_r, filter1, src1_l, filter1, temp0_r, temp0_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; \ 233 temp0_r, temp0_l); \ 240 sum0_l = __lsx_vadd_w(sum0_l, temp0_l); \ 242 sum1_l = __lsx_vsub_w(sum1_l, temp0_l); \ 247 temp0_r, temp0_l); \ [all …]
|