Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dg_adapt.cpp255 st->onset = 0; in gain_adapt_reset()
453 st->onset = 8; in gain_adapt()
457 if (st->onset != 0) in gain_adapt()
459 st->onset = sub(st->onset, 1, pOverflow); in gain_adapt()
467 if ((st->onset != 0) && (adapt < 2)) in gain_adapt()
Dg_adapt.h105 Word16 onset; /* onset state, Q0 */ member
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dph_disp.cpp224 state->onset = 0; /* assume no onset in start */ in ph_disp_reset()
744 state->onset = ONLENGTH; in ph_disp()
749 if (state->onset > 0) in ph_disp()
751 state->onset -= 1; in ph_disp()
757 if (state->onset == 0) in ph_disp()
775 if ((impNr > ((state->prevState) + 1)) && (state->onset == 0)) in ph_disp()
781 if ((impNr < 2) && (state->onset > 0)) in ph_disp()
Dph_disp.h118 Word16 onset; member