Searched refs:temp5_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; \ 144 temp5_r, temp5_l); \ 145 temp4_r = __lsx_vsub_w(temp4_r, temp5_r); \ 183 temp5_r, temp5_l); \ 184 temp4_r = __lsx_vsub_w(temp4_r, temp5_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; \ 174 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \ 176 temp4_r -= temp5_r; \
|
D | simple_idct_msa.c | 371 v4i32 temp4_r, temp5_r, temp6_r, temp7_r, temp8_r; in simple_idct_add_msa() local 428 MUL2(temp7_r, w6, temp7_l, w6, temp5_r, temp5_l); in simple_idct_add_msa() 433 ADD2(a0_r, temp5_r, a0_l, temp5_l, a0_r, a0_l); in simple_idct_add_msa() 436 SUB2(a3_r, temp5_r, a3_l, temp5_l, a3_r, a3_l); in simple_idct_add_msa()
|