Home
last modified time | relevance | path

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

/external/webrtc/common_audio/signal_processing/
Dcross_correlation_neon.c28 int16x8_t seq1_16x8 = vld1q_s16(vector1); in DotProductWithScaleNeon() local
31 int32x4_t tmp0 = vmull_s16(vget_low_s16(seq1_16x8), in DotProductWithScaleNeon()
33 int32x4_t tmp1 = vmull_high_s16(seq1_16x8, seq2_16x8); in DotProductWithScaleNeon()
35 int32x4_t tmp0 = vmull_s16(vget_low_s16(seq1_16x8), in DotProductWithScaleNeon()
37 int32x4_t tmp1 = vmull_s16(vget_high_s16(seq1_16x8), in DotProductWithScaleNeon()