Searched refs:tmp11_plus_tmp2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_arm64_neon.S137 INT32 tmp11_plus_tmp2, tmp11_minus_tmp2; \
171 tmp11_plus_tmp2 = q1; \ define
192 tmp2 = (tmp11_plus_tmp2 - tmp11_minus_tmp2) / 2; \
195 tmp11 = (tmp11_plus_tmp2 + tmp11_minus_tmp2) / 2; \
H A Djsimd_arm_neon.S107 INT32 tmp11_plus_tmp2, tmp11_minus_tmp2; \
141 tmp11_plus_tmp2 = q1; \ define
162 tmp2 = (tmp11_plus_tmp2 - tmp11_minus_tmp2) / 2; \
165 tmp11 = (tmp11_plus_tmp2 + tmp11_minus_tmp2) / 2; \

Completed in 175 milliseconds