Searched refs:temp3_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 51 UNPCK_SH_SW(in2, temp3_r, temp3_l); in simple_idct_msa() 61 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa() 67 UNPCK_SH_SW(in6, temp3_r, temp3_l); in simple_idct_msa() 69 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa() 98 temp2_r, temp2_l, temp3_r, temp3_l, in simple_idct_msa() 101 SRA_4V(temp2_r, temp2_l, temp3_r, temp3_l, 11); in simple_idct_msa() 103 temp2_l, temp2_r, temp3_l, temp3_r, in simple_idct_msa() 125 UNPCK_SH_SW(in2, temp3_r, temp3_l); in simple_idct_msa() 134 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_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; \ 122 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \ 125 temp2_l += temp3_l; \ 161 filter3, filter3, temp2_r, temp2_l, temp3_r, temp3_l); \ 164 temp2_l += temp3_l; \
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | hevc_idct_lsx.c | 107 __m128i temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \ 131 temp3_r, temp3_l); \ 133 temp2_l = __lsx_vadd_w(temp2_l, temp3_l); \ 170 temp3_r, temp3_l); \ 172 temp2_l = __lsx_vadd_w(temp2_l, temp3_l); \
|