Home
last modified time | relevance | path

Searched refs:tmp2l (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/simd/
Djidctint-altivec.c66 tmp2l = vec_msums(in##26l, pw_f054_mf130, pd_zero); \
91 tmp11l = vec_add(tmp1l, tmp2l); \
93 tmp12l = vec_sub(tmp1l, tmp2l); \
149 tmp2l = vec_msums(in##53l, pw_mf256_f050, z3l); \
167 out1l = vec_add(tmp11l, tmp2l); \
169 out6l = vec_sub(tmp11l, tmp2l); \
222 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec() local