Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Djquanti-neon.c110 uint16x8_t recip0 = vld1q_u16(recip_ptr + (i + 0) * DCTSIZE); in jsimd_quantize_neon() local
141 vget_low_u16(recip0))); in jsimd_quantize_neon()
143 vget_high_u16(recip0))); in jsimd_quantize_neon()
/external/pffft/
Dsse2neon.h3227 float32x4_t recip0 = vrecpeq_f32(vreinterpretq_f32_m128(b)); in _mm_div_ps()
3229 vmulq_f32(recip0, vrecpsq_f32(recip0, vreinterpretq_f32_m128(b))); in _mm_div_ps()