Searched refs:out3h (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 136 out3h = vec_msums(tmp56h, pw_mf256_f050, z3h); \ 141 out3h = vec_sra(out3h, descale_p##PASS); \ 144 out3 = vec_pack(out3l, out3h); \ 191 out1l, out1h, out2l, out2h, out3l, out3h, out5l, out5h, out6l, out6h, in jsimd_fdct_islow_altivec() local
|
D | jidctint-altivec.c | 193 out3h = vec_add(tmp13h, tmp0h); \ 198 out3h = vec_sra(out3h, descale_p##PASS); \ 202 out3 = vec_pack(out3l, out3h); \ 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; \ 218 out3h = _mm_add_pi32(tmp6h, z3h); \ 226 out3h = _mm_add_pi32(out3h, PD_DESCALE_P##PASS); \ 228 out3h = _mm_srai_pi32(out3h, DESCALE_P##PASS); \ 231 out3 = _mm_packs_pi32(out3l, out3h); \
|
D | jidctint-mmi.c | 113 __m64 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h; \ 236 out3h = _mm_add_pi32(tmp13h, tmp0h); \ 242 out3h = _mm_add_pi32(out3h, PD_DESCALE_P##PASS); \ 244 out3h = _mm_srai_pi32(out3h, DESCALE_P##PASS); \ 251 out3 = _mm_packs_pi32(out3l, out3h); \
|