Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c39 const int16_t* x_end0 = x_start + n; in WebRtcIsacfix_AutocorrNeon() local
40 while (x_start < x_end0) { in WebRtcIsacfix_AutocorrNeon()
67 x_end0 = x_start + n - i - rest; in WebRtcIsacfix_AutocorrNeon()
69 while (x_start < x_end0) { in WebRtcIsacfix_AutocorrNeon()