Searched refs:tmp0h (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jidctint-altivec.c | 73 tmp0h = vec_unpackl(tmp0); \ 75 tmp0h = vec_sl(tmp0h, const_bits); \ 77 tmp0h = vec_add(tmp0h, pd_descale_p##PASS); \ 80 tmp10h = vec_add(tmp0h, tmp3h); \ 82 tmp13h = vec_sub(tmp0h, tmp3h); \ 140 tmp0h = vec_msums(in##71h, pw_mf060_mf089, z3h); \ 194 out3h = vec_add(tmp13h, tmp0h); \ 196 out4h = vec_sub(tmp13h, tmp0h); \ 222 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec() local
|