HomeSort by relevance Sort by last modified time
    Searched full:p_start_out (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 573 int16_t* p_start_out = out; local
582 while (p_start_out < p_end_out) {
592 vst1q_s16(p_start_out, vcombine_s16(result_low, result_high));
596 p_start_out += 8;

Completed in 175 milliseconds