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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.h 23 #define PART_LEN 64 // Length of partition
24 #define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients
25 #define PART_LEN2 (PART_LEN * 2) // Length of partition * 2
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_defines.h 19 #define PART_LEN 64 /* Length of partition. */
20 #define PART_LEN_SHIFT 7 /* Length of (PART_LEN * 2) in base 2. */
22 #define PART_LEN1 (PART_LEN + 1) /* Unique fft coefficients. */
23 #define PART_LEN2 (PART_LEN << 1) /* Length of partition * 2. */
24 #define PART_LEN4 (PART_LEN << 2) /* Length of partition * 4. */

Completed in 47 milliseconds