Searched refs:synthesisBuffer (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon_offsets.c21 int offset_nsx_synthesisBuffer = offsetof(NsxInst_t, synthesisBuffer);
H A Dnsx_core_neon.c496 int16_t* ptr_syn = &inst->synthesisBuffer[0];
502 for (; ptr_syn < &inst->synthesisBuffer[inst->anaLen];) {
516 // inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(
517 // inst->synthesisBuffer[i], tmp16b); // Q0
533 // inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(
534 // inst->synthesisBuffer[i], tmp16b); // Q0
548 ptr_syn = &inst->synthesisBuffer[0];
550 for (; ptr_syn < &inst->synthesisBuffer[inst->blockLen10ms];) {
553 // out_frame[i] = inst->synthesisBuffer[i]; // Q0
567 // WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
[all...]
H A Dnsx_core_mips.c517 int16_t *synthBuf = inst->synthesisBuffer;
752 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
753 inst->synthesisBuffer + inst->blockLen10ms,
755 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer
H A Dnsx_core_neon.S533 add r12, r0 @ &inst->synthesisBuffer[0];
536 add r5, r12, r5, lsl #1 @ &inst->synthesisBuffer[inst->anaLen]
538 mov r2, r12 @ &inst->synthesisBuffer[0];
543 vld1.16 {d4, d5}, [r2] @ inst->synthesisBuffer[];
561 mov r3, r12 @ &inst->synthesisBuffer[0];
562 add r0, r12, r2, lsl #1 @ &inst->synthesisBuffer[inst->blockLen10ms]
565 vld1.16 {q0, q1}, [r3]! @ inst->synthesisBuffer[];
574 vld1.16 {q0, q1}, [r0]! @ inst->synthesisBuffer[i + inst->blockLen10ms]
576 vst1.16 {q0, q1}, [r12]! @ inst->synthesisBuffer[i]
586 vst1.16 {q10, q11}, [r12]! @ inst->synthesisBuffer[
[all...]
H A Dnsx_core.h27 int16_t synthesisBuffer[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
H A Dnsx_core.c506 inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(inst->synthesisBuffer[i],
512 out_frame[i] = inst->synthesisBuffer[i]; // Q0
516 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
517 inst->synthesisBuffer + inst->blockLen10ms,
519 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer
683 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer, ANAL_BLOCKL_MAX);
1462 outFrame[i] = inst->synthesisBuffer[i]; // Q0
1465 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
1466 inst->synthesisBuffer
[all...]
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core_neon.c501 int16_t* ptr_syn = &inst->synthesisBuffer[0];
507 for (; ptr_syn < &inst->synthesisBuffer[inst->anaLen];) {
521 // inst->synthesisBuffer[i] = WEBRTC_SPL_ADD_SAT_W16(
522 // inst->synthesisBuffer[i], tmp16b); // Q0
538 // inst->synthesisBuffer[i] = WEBRTC_SPL_ADD_SAT_W16(
539 // inst->synthesisBuffer[i], tmp16b); // Q0
553 ptr_syn = &inst->synthesisBuffer[0];
555 for (; ptr_syn < &inst->synthesisBuffer[inst->blockLen10ms];) {
558 // out_frame[i] = inst->synthesisBuffer[i]; // Q0
572 // WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
[all...]
H A Dnsx_core.h28 WebRtc_Word16 synthesisBuffer[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
H A Dnsx_core.c646 inst->synthesisBuffer[i] = WEBRTC_SPL_ADD_SAT_W16(inst->synthesisBuffer[i],
652 out_frame[i] = inst->synthesisBuffer[i]; // Q0
656 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
657 inst->synthesisBuffer + inst->blockLen10ms,
659 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer
786 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer, ANAL_BLOCKL_MAX);
1784 outFrame[i] = inst->synthesisBuffer[i]; // Q0
1787 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer,
1788 inst->synthesisBuffer
[all...]

Completed in 791 milliseconds