/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
g_adapt.cpp | 255 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, increase adaptor stat [all...] |
g_adapt.h | 105 Word16 onset; /* onset state, Q0 */ member in struct:__anon19288
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
ph_disp.cpp | 180 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 = sub (state->onset, 1) [all...] |
ph_disp.h | 118 Word16 onset; member in struct:__anon19278
|
/external/icu4c/test/intltest/ |
calregts.cpp | 1320 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR; local [all...] |