OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synthesisBuffer
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c
501
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
...]
nsx_core.h
28
WebRtc_Word16
synthesisBuffer
[ANAL_BLOCKL_MAX];
nsx_core.c
646
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
[
all
...]
Completed in 31 milliseconds