Searched refs:out4h (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jidctint-altivec.c | 195 out4h = vec_sub(tmp13h, tmp0h); \ 200 out4h = vec_sra(out4h, descale_p##PASS); \ 203 out4 = vec_pack(out4l, out4h); \ 223 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, in jsimd_idct_islow_altivec() local
|
/external/libjpeg-turbo/simd/loongson/ |
D | jidctint-mmi.c | 114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \ 239 out4h = _mm_sub_pi32(tmp13h, tmp0h); \ 247 out4h = _mm_add_pi32(out4h, PD_DESCALE_P##PASS); \ 249 out4h = _mm_srai_pi32(out4h, DESCALE_P##PASS); \ 252 out4 = _mm_packs_pi32(out4l, out4h); \
|