Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_neon.c145 int64x2_t tmp2l_tail; in WebRtcIsacfix_FilterMaLoopNeon() local
160 tmp2l_tail = vmull_s32(tmp2_tail, vget_low_s32(input2_v)); in WebRtcIsacfix_FilterMaLoopNeon()
161 ptr2v_tail = vrshrn_n_s64(tmp2l_tail, 16); in WebRtcIsacfix_FilterMaLoopNeon()