Home
last modified time | relevance | path

Searched refs:CONV_LEN2 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aecm/
Daecm_defines.h30 #define CONV_LEN2 (CONV_LEN << 1) /* Used at startup. */ macro
Daecm_core_c.cc430 (aecm->totCount >= CONV_LEN) + (aecm->totCount >= CONV_LEN2); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.cc994 (aecm->totCount >= CONV_LEN) + (aecm->totCount >= CONV_LEN2); in WebRtcAecm_ProcessBlock()