Searched refs:out2h (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 62 out2h = vec_msums(tmp1312h, pw_f130_f054, pd_descale_p##PASS); \ 67 out2h = vec_sra(out2h, descale_p##PASS); \ 71 out2 = vec_pack(out2l, out2h); \ 191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
|
D | jidctint-altivec.c | 180 out2h = vec_add(tmp12h, tmp1h); \ 185 out2h = vec_sra(out2h, descale_p##PASS); \ 189 out2 = vec_pack(out2l, out2h); \ 223 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|
/external/libjpeg-turbo/simd/loongson/ |
D | jfdctint-mmi.c | 107 __m64 out1l, out1h, out2l, out2h, out3l, out3h; \ 125 out2h = _mm_madd_pi16(tmp1312h, PW_F130_F054); \ 130 out2h = _mm_add_pi32(out2h, PD_DESCALE_P##PASS); \ 132 out2h = _mm_srai_pi32(out2h, DESCALE_P##PASS); \ 139 out2 = _mm_packs_pi32(out2l, out2h); \
|
D | jidctint-mmi.c | 113 __m64 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h; \ 218 out2h = _mm_add_pi32(tmp12h, tmp1h); \ 223 out2h = _mm_add_pi32(out2h, PD_DESCALE_P##PASS); \ 225 out2h = _mm_srai_pi32(out2h, DESCALE_P##PASS); \ 232 out2 = _mm_packs_pi32(out2l, out2h); \
|