Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c579 st->sp_max = 0; in Estimate_Speech()
587 if(in_level > st->sp_max) in Estimate_Speech()
589 st->sp_max = in_level; in Estimate_Speech()
597 tmp = (st->sp_max >> 1); /* scale to get "average" speech level */ in Estimate_Speech()
612 st->sp_max = 0; in Estimate_Speech()
701 state->sp_max = 0; in wb_vad_reset()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dwb_vad.h58 Word16 sp_max; /* maximum level */ member