Searched refs:CONV_LEN (Results 1 – 2 of 2) sorted by relevance
47 #define CONV_LEN 1024 // Convergence length used at startup macro50 #define CONV_LEN 512 // Convergence length used at startup macro53 #define CONV_LEN2 (CONV_LEN << 1) // Convergence length * 2 used at startup
1568 aecm->startupState = (aecm->totCount >= CONV_LEN) + (aecm->totCount >= CONV_LEN2); in WebRtcAecm_ProcessBlock()