Lines Matching refs:vld1q_s16
82 int16x8_t zbin = vld1q_s16(zbin_ptr); in vpx_quantize_b_neon()
83 int16x8_t round = vld1q_s16(round_ptr); in vpx_quantize_b_neon()
84 int16x8_t quant = vld1q_s16(quant_ptr); in vpx_quantize_b_neon()
85 int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon()
86 int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_neon()
90 const uint16x8_t v_iscan = vreinterpretq_u16_s16(vld1q_s16(iscan)); in vpx_quantize_b_neon()
116 const uint16x8_t v_iscan = vreinterpretq_u16_s16(vld1q_s16(iscan)); in vpx_quantize_b_neon()
229 int16x8_t zbin = vrshrq_n_s16(vld1q_s16(zbin_ptr), 1); in vpx_quantize_b_32x32_neon()
230 int16x8_t round = vrshrq_n_s16(vld1q_s16(round_ptr), 1); in vpx_quantize_b_32x32_neon()
231 int16x8_t quant = vld1q_s16(quant_ptr); in vpx_quantize_b_32x32_neon()
232 int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon()
233 int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_32x32_neon()
237 const uint16x8_t v_iscan = vreinterpretq_u16_s16(vld1q_s16(iscan)); in vpx_quantize_b_32x32_neon()
261 const uint16x8_t v_iscan = vreinterpretq_u16_s16(vld1q_s16(iscan)); in vpx_quantize_b_32x32_neon()