Searched refs:recip_ptr (Results 1 – 1 of 1) sorted by relevance
98 UDCTELEM *recip_ptr = (UDCTELEM *)divisors; in jsimd_quantize_neon() local110 uint16x8_t recip0 = vld1q_u16(recip_ptr + (i + 0) * DCTSIZE); in jsimd_quantize_neon()111 uint16x8_t recip1 = vld1q_u16(recip_ptr + (i + 1) * DCTSIZE); in jsimd_quantize_neon()112 uint16x8_t recip2 = vld1q_u16(recip_ptr + (i + 2) * DCTSIZE); in jsimd_quantize_neon()113 uint16x8_t recip3 = vld1q_u16(recip_ptr + (i + 3) * DCTSIZE); in jsimd_quantize_neon()