HomeSort by relevance Sort by last modified time
    Searched refs:synthesisBuffer (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 513 int16_t *synthBuf = inst->synthesisBuffer;
    [all...]
nsx_core_neon.c 454 int16_t* psynthesis_buffer = inst->synthesisBuffer;
507 int16_t * p_start = inst->synthesisBuffer;
508 int16_t * p_end = inst->synthesisBuffer + inst->blockLen10ms;
518 int16_t* p_start_src = inst->synthesisBuffer + inst->blockLen10ms;
519 int16_t* p_end_src = inst->synthesisBuffer + inst->anaLen;
520 int16_t* p_start_dst = inst->synthesisBuffer;
528 p_start = inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms;
nsx_core.c 506 inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(inst->synthesisBuffer[i],
512 out_frame[i] = inst->synthesisBuffer[i]; // Q0
516 memcpy(inst->synthesisBuffer, inst->synthesisBuffer + inst->blockLen10ms,
517 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->synthesisBuffer));
518 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer
673 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer, ANAL_BLOCKL_MAX);
    [all...]
nsx_core.h 27 int16_t synthesisBuffer[ANAL_BLOCKL_MAX];

Completed in 768 milliseconds