HomeSort by relevance Sort by last modified time
    Searched full:onset (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.h 5 // The EnergyEndpointer class finds likely speech onset and offset points.
13 // defers decisions re onset and offset times until these
15 // onset window, a speech-on window, and an offset window. We require
16 // super-threshold to exceed some mimimum total durations in the onset
17 // and speech-on windows before declaring the speech onset time, and
energy_endpointer_params.h 110 float onset_window_; // Interval scanned for onset activity
121 // Total dur within onset_window required to enter ONSET state
endpointer.h 134 // First speech onset time, used in determination of speech complete timeout.
  /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:__anon29632
  /external/chromium_org/chromeos/dbus/
nfc_property_set.cc 72 base::Bind(&dbus::PropertySet::OnSet,
  /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:__anon29642
  /external/chromium_org/dbus/
property.cc 160 base::Bind(&PropertySet::OnSet,
166 void PropertySet::OnSet(PropertyBase* property, SetCallback callback,
property.h 268 virtual void OnSet(PropertyBase* property, SetCallback callback,
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 99 * onset list, the cessation list, and the DST savings. The onset and
simpletz.cpp 464 // Bail out if we are before the onset of daylight savings time
    [all...]
  /external/icu4c/i18n/
olsontz.h 99 * onset list, the cessation list, and the DST savings. The onset and
  /external/kernel-headers/original/linux/
tcp.h 318 __u32 high_seq; /* snd_nxt at onset of congestion */
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 1275 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR; local
    [all...]
tzregts.cpp 202 * day of onset 1:59 AM STD = display name 1:59 AM ST
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1320 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR; local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c     [all...]
  /external/chromium/chrome/common/
sqlite_utils.h 63 // onset of a transaction. This avoids SQLITE_BUSY errors, without
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
phase_dispersion.cpp 192 /* onset */
  /frameworks/base/core/java/android/bluetooth/
BluetoothAssignedNumbers.java 1016 * Onset Computer Corporation.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 333 * quirks, and pays attention only to the Julian onset date and the Gregorian
    [all...]
ucal.h 407 * of DST onset, it will jump forward. On a day of DST cessation, it will jump
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 333 * quirks, and pays attention only to the Julian onset date and the Gregorian
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.cpp 486 * - one border at the onset of the transient
487 * - one or more "decay borders" (after the onset of the transient)
488 * - optionally one "attack border" (before the onset of the transient)
    [all...]

Completed in 898 milliseconds

1 2