HomeSort by relevance Sort by last modified time
    Searched refs:onset (Results 1 - 6 of 6) sorted by null

  /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:__anon22058
  /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:__anon22047
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 844 long onset = tempcal.getTime().getTime() + ONE_HOUR; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1321 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR; local
    [all...]

Completed in 275 milliseconds