Searched refs:CVAD_THRESH_ADAPT_HIGH (Results 1 – 2 of 2) sorted by relevance
115 #define CVAD_THRESH_ADAPT_HIGH (Word16)(0.6 * MAX_16) /* threshold for adapt stopping high */ macro
1266 if (st->corr_hp_fast < CVAD_THRESH_ADAPT_HIGH) in complex_estimate_adapt()1277 if (st->corr_hp_fast < CVAD_THRESH_ADAPT_HIGH) in complex_estimate_adapt()1382 if (st->corr_hp_fast > CVAD_THRESH_ADAPT_HIGH) in complex_vad()