OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kExtendedNumPartitions
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h
23
kExtendedNumPartitions
= 32
76
float xfBuf[2][
kExtendedNumPartitions
* PART_LEN1]; // farend fft buffer
77
float wfBuf[2][
kExtendedNumPartitions
* PART_LEN1]; // filter fft
81
complex_t xfwBuf[
kExtendedNumPartitions
* PART_LEN1];
179
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
180
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
192
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
194
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1]);
aec_core_mips.c
328
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
329
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
445
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
447
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1]) {
[
all
...]
aec_core.c
159
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
160
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
217
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
219
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1]) {
930
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
933
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
[
all
...]
aec_core_neon.c
40
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
41
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
192
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
194
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1]) {
aec_core_sse2.c
35
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
36
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
154
float x_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1],
156
float h_fft_buf[2][
kExtendedNumPartitions
* PART_LEN1]) {
Completed in 225 milliseconds