HomeSort by relevance Sort by last modified time
    Searched refs:CONV_LEN (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_defines.h 29 #define CONV_LEN 512 /* Convergence length used at startup. */
30 #define CONV_LEN2 (CONV_LEN << 1) /* Used at startup. */
aecm_core_c.c 338 // (0) the first CONV_LEN blocks
339 // (1) another CONV_LEN blocks
344 aecm->startupState = (aecm->totCount >= CONV_LEN) +
aecm_core_mips.c     [all...]

Completed in 38 milliseconds