Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_neon.c44 int64x2_t tmp2al_low, tmp2al_high, tmp2bl_low, tmp2bl_high; in WebRtcIsacfix_FilterMaLoopNeon() local
78 tmp2bl_high = vmull_high_s32(tmp2b, input2_v); in WebRtcIsacfix_FilterMaLoopNeon()
80 tmp2bl_high = vmull_s32(vget_high_s32(tmp2b), vget_high_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon()
83 vrshrn_n_s64(tmp2bl_high, 16)); in WebRtcIsacfix_FilterMaLoopNeon()