Searched refs:PART_LEN1 (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.h | 62 uint16_t far_history[PART_LEN1 * MAX_DELAY]; 85 int16_t channelStored_buf[PART_LEN1 + 8]; 86 int16_t channelAdapt16_buf[PART_LEN1 + 8]; 87 int32_t channelAdapt32_buf[PART_LEN1 + 8]; 102 int32_t echoFilt[PART_LEN1]; 103 int16_t nearFilt[PART_LEN1]; 104 int32_t noiseEst[PART_LEN1]; 105 int noiseEstTooLowCtr[PART_LEN1]; 106 int noiseEstTooHighCtr[PART_LEN1];
|
D | aecm_core_c.cc | 70 int16_t uReal[PART_LEN1]; in ComfortNoise() 71 int16_t uImag[PART_LEN1]; in ComfortNoise() 73 int16_t noiseRShift16[PART_LEN1]; in ComfortNoise() 90 for (i = 0; i < PART_LEN1; i++) { in ComfortNoise() 138 for (i = 0; i < PART_LEN1; i++) { in ComfortNoise() 156 for (i = 1; i < PART_LEN1; i++) { in ComfortNoise() 168 for (i = 0; i < PART_LEN1; i++) { in ComfortNoise() 388 uint16_t xfa[PART_LEN1]; in WebRtcAecm_ProcessBlock() 389 uint16_t dfaNoisy[PART_LEN1]; in WebRtcAecm_ProcessBlock() 390 uint16_t dfaClean[PART_LEN1]; in WebRtcAecm_ProcessBlock() [all …]
|
D | aecm_core.cc | 37 static const int16_t kChannelStored8kHz[PART_LEN1] = { 46 static const int16_t kChannelStored16kHz[PART_LEN1] = { 146 memcpy(&(self->far_history[self->far_history_pos * PART_LEN1]), far_spectrum, in WebRtcAecm_UpdateFarHistory() 147 sizeof(uint16_t) * PART_LEN1); in WebRtcAecm_UpdateFarHistory() 181 return &(self->far_history[buffer_position * PART_LEN1]); in WebRtcAecm_AlignedFarend() 222 WebRtc_CreateDelayEstimatorFarend(PART_LEN1, MAX_DELAY); in WebRtcAecm_CreateCore() 263 memcpy(aecm->channelStored, echo_path, sizeof(int16_t) * PART_LEN1); in WebRtcAecm_InitEchoPathCore() 265 memcpy(aecm->channelAdapt16, echo_path, sizeof(int16_t) * PART_LEN1); in WebRtcAecm_InitEchoPathCore() 266 for (i = 0; i < PART_LEN1; i++) { in WebRtcAecm_InitEchoPathCore() 287 for (i = 0; i < PART_LEN1; i++) { in CalcLinearEnergiesC() [all …]
|
D | aecm_core_mips.cc | 688 sizeof(int16_t) * PART_LEN1); in WebRtcAecm_StoreAdaptiveChannel_mips() 732 sizeof(int16_t) * PART_LEN1); in WebRtcAecm_ResetAdaptiveChannel_mips() 943 uint16_t xfa[PART_LEN1]; in WebRtcAecm_ProcessBlock() 944 uint16_t dfaNoisy[PART_LEN1]; in WebRtcAecm_ProcessBlock() 945 uint16_t dfaClean[PART_LEN1]; in WebRtcAecm_ProcessBlock() 951 int32_t echoEst32_buf[PART_LEN1 + 8]; in WebRtcAecm_ProcessBlock() 960 int16_t hnl[PART_LEN1]; in WebRtcAecm_ProcessBlock() 1032 if (WebRtc_AddFarSpectrumFix(aecm->delay_estimator_farend, xfa, PART_LEN1, in WebRtcAecm_ProcessBlock() 1037 PART_LEN1, zerosDBufNoisy); in WebRtcAecm_ProcessBlock() 1077 for (i = 0; i < PART_LEN1; i++) { in WebRtcAecm_ProcessBlock() [all …]
|
D | aecm_defines.h | 22 #define PART_LEN1 (PART_LEN + 1) /* Unique fft coefficients. */ macro
|
D | echo_control_mobile.cc | 533 return (PART_LEN1 * sizeof(int16_t)); in WebRtcAecm_echo_path_size_bytes()
|