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

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c454 int16_t* psynthesis_buffer = inst->synthesisBuffer; local
460 int16x8_t synthesis_buffer_0 = vld1q_s16(psynthesis_buffer);
464 int16x8_t synthesis_buffer_1 = vld1q_s16(psynthesis_buffer + 8);
498 vst1q_s16(psynthesis_buffer, synthesis_buffer_0);
499 vst1q_s16(psynthesis_buffer + 8, synthesis_buffer_1);
503 psynthesis_buffer += 16;

Completed in 63 milliseconds