Searched refs:x_fft_buf_block_pos (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 327 int x_fft_buf_block_pos, in WebRtcAec_FilterFar_mips() argument 333 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in WebRtcAec_FilterFar_mips() 336 if (i + x_fft_buf_block_pos >= num_partitions) { in WebRtcAec_FilterFar_mips() 444 int x_fft_buf_block_pos, in WebRtcAec_FilterAdaptation_mips() argument 451 int xPos = (i + x_fft_buf_block_pos)*(PART_LEN1); in WebRtcAec_FilterAdaptation_mips() 454 if (i + x_fft_buf_block_pos >= num_partitions) { in WebRtcAec_FilterAdaptation_mips()
|
D | aec_core_internal.h | 178 int x_fft_buf_block_pos, 191 int x_fft_buf_block_pos,
|
D | aec_core_neon.c | 39 int x_fft_buf_block_pos, in FilterFarNEON() argument 46 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFarNEON() 49 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterFarNEON() 191 int x_fft_buf_block_pos, in FilterAdaptationNEON() argument 198 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterAdaptationNEON() 202 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterAdaptationNEON()
|
D | aec_core_sse2.c | 34 int x_fft_buf_block_pos, in FilterFarSSE2() argument 42 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFarSSE2() 45 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterFarSSE2() 153 int x_fft_buf_block_pos, in FilterAdaptationSSE2() argument 160 int xPos = (i + x_fft_buf_block_pos) * (PART_LEN1); in FilterAdaptationSSE2() 163 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterAdaptationSSE2()
|
D | aec_core.c | 158 int x_fft_buf_block_pos, in FilterFar() argument 165 int xPos = (i + x_fft_buf_block_pos) * PART_LEN1; in FilterFar() 168 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterFar() 216 int x_fft_buf_block_pos, in FilterAdaptation() argument 223 int xPos = (i + x_fft_buf_block_pos) * (PART_LEN1); in FilterAdaptation() 226 if (i + x_fft_buf_block_pos >= num_partitions) { in FilterAdaptation() 925 int x_fft_buf_block_pos, in EchoSubtraction() argument 955 x_fft_buf_block_pos, in EchoSubtraction() 992 x_fft_buf_block_pos, in EchoSubtraction()
|