Searched defs:p_start_buffer (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c572 int16_t* p_start_buffer = inst->analysisBuffer; local
578 int16x8_t buffer = vld1q_s16(p_start_buffer);
580 p_start_buffer += 8;
588 buffer = vld1q_s16(p_start_buffer);
594 p_start_buffer += 8;

Completed in 71 milliseconds