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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.cpp255 st->onset = 0;
441 * // onset indicator
443 * onset = 8;
445 * if (onset)
446 * onset--;
453 st->onset = 8;
457 if (st->onset != 0)
459 st->onset = sub(st->onset, 1, pOverflow);
464 * // if onset, increas
[all...]
H A Dg_adapt.h105 Word16 onset; /* onset state, Q0 */ member in struct:__anon379
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dph_disp.cpp180 state->onset = 0; // assume no onset in start
224 state->onset = 0; /* assume no onset in start */
405 prevState, prevCbGain, and onset fields
486 // onset indicator
487 // onset = (cbGain > onFact * cbGainMem[0])
491 state->onset = ONLENGTH;
495 if (state->onset > 0)
497 state->onset
[all...]
H A Dph_disp.h118 Word16 onset; member in struct:__anon369

Completed in 76 milliseconds