Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c570 Word16 in_level /* level of the input frame */ in Estimate_Speech() argument
584 if (((st->vadreg & 0x4000)||(in_level > st->speech_level)) && (in_level > MIN_SPEECH_LEVEL1)) in Estimate_Speech()
587 if(in_level > st->sp_max) in Estimate_Speech()
589 st->sp_max = in_level; in Estimate_Speech()