Searched refs:temp4_r (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
D | hevc_idct_lsx.c | 106 __m128i temp0_r, temp1_r, temp2_r, temp3_r, temp4_r, temp5_r; \ 143 src3_r, filter2, src3_l, filter2, temp4_r, temp4_l, \ 145 temp4_r = __lsx_vsub_w(temp4_r, temp5_r); \ 147 sum1_r = __lsx_vadd_w(sum1_r, temp4_r); \ 149 sum2_r = __lsx_vsub_w(sum2_r, temp4_r); \ 182 src3_r, filter2, src3_l, filter2, temp4_r, temp4_l, \ 184 temp4_r = __lsx_vsub_w(temp4_r, temp5_r); \ 186 sum1_r = __lsx_vsub_w(sum1_r, temp4_r); \ 188 sum2_r = __lsx_vadd_w(sum2_r, temp4_r); \
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 99 v4i32 temp0_r, temp1_r, temp2_r, temp3_r, temp4_r, temp5_r; \ 135 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \ 137 temp4_r -= temp5_r; \ 139 sum1_r += temp4_r; \ 141 sum2_r -= temp4_r; \ 174 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \ 176 temp4_r -= temp5_r; \ 178 sum1_r -= temp4_r; \ 180 sum2_r += temp4_r; \
|
D | simple_idct_msa.c | 371 v4i32 temp4_r, temp5_r, temp6_r, temp7_r, temp8_r; in simple_idct_add_msa() local 395 UNPCK_SH_SW(in4, temp4_r, temp4_l); in simple_idct_add_msa() 426 MUL2(temp4_r, w4, temp4_l, w4, temp4_r, temp4_l); in simple_idct_add_msa() 429 ADD2(a0_r, temp4_r, a0_l, temp4_l, a0_r, a0_l); in simple_idct_add_msa() 430 SUB2(a1_r, temp4_r, a1_l, temp4_l, a1_r, a1_l); in simple_idct_add_msa() 431 SUB2(a2_r, temp4_r, a2_l, temp4_l, a2_r, a2_l); in simple_idct_add_msa() 432 ADD2(a3_r, temp4_r, a3_l, temp4_l, a3_r, a3_l); in simple_idct_add_msa()
|