OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PART_LEN4
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_defines.h
24
#define
PART_LEN4
(PART_LEN << 2) /* Length of partition * 4. */
25
#define FAR_BUF_LEN
PART_LEN4
/* Length of buffers. */
aecm_core_c.c
172
int16_t fft_buf[
PART_LEN4
+ 16];
303
int16_t fft_buf[
PART_LEN4
+ 2 + 16]; // +2 to make a loop safe.
aecm_core_mips.c
88
memset(fft, 0, sizeof(int16_t) *
PART_LEN4
);
[
all
...]
Completed in 51 milliseconds