Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c61 int32x4_t tmpa1_v; in WebRtcIsacfix_AutocorrNeon() local
74 tmpa1_v = vmull_high_s16(x1_v, y_v); in WebRtcIsacfix_AutocorrNeon()
76 tmpa1_v = vmull_s16(vget_high_s16(x1_v), vget_high_s16(y_v)); in WebRtcIsacfix_AutocorrNeon()
79 tmpb_v = vpadalq_s32(tmpb_v, tmpa1_v); in WebRtcIsacfix_AutocorrNeon()