HomeSort by relevance Sort by last modified time
    Searched defs:PART_LEN (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h 27 #define PART_LEN 64 // Length of partition
28 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
29 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2
31 #define FILT_LEN (PART_LEN * NR_PART) // Filter length
117 float outBuf[PART_LEN];
172 #define IP_LEN PART_LEN // this must be at least ceil(2 + sqrt(PART_LEN))
173 #define W_LEN PART_LEN
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.h 34 #define PART_LEN 32 // Length of partition
35 #define PART_LEN_SHIFT 6 // Length of (PART_LEN * 2) in base 2
39 #define PART_LEN 64 // Length of partition
40 #define PART_LEN_SHIFT 7 // Length of (PART_LEN * 2) in base 2
44 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
45 #define PART_LEN2 (PART_LEN << 1) // Length of partition * 2
46 #define PART_LEN4 (PART_LEN << 2) // Length of partition * 4
122 WebRtc_Word16 outBuf[PART_LEN];

Completed in 201 milliseconds