Home
last modified time | relevance | path

Searched refs:CVAD_THRESH_ADAPT_HIGH (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dcnst_vad.h115 #define CVAD_THRESH_ADAPT_HIGH (Word16)(0.6 * MAX_16) /* threshold for adapt stopping high */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dvad1.cpp1266 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()