Home
last modified time | relevance | path

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

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