HomeSort by relevance Sort by last modified time
    Searched full:transients (Results 1 - 18 of 18) sorted by null

  /external/aac/libSBRenc/src/
tran_det.cpp 456 FIXP_DBL *RESTRICT transients,
484 FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (FIXP_DBL));
485 FDKmemclear(transients + tran_off + addPrevSamples, noCols * sizeof (FIXP_DBL));
545 transients[jpBM] += tran;
567 /* Where to start looking for transients in the transient candidate buffer */
569 /* We need to look one value backwards in the transients, so we might need one more previous value. */
590 h_sbrTran->transients,
606 /* Check for transients in second granule (pick the last value of subsequent values) */
608 cond = (h_sbrTran->transients[i] < fMult(FL2FXCONST_DBL(0.9f), h_sbrTran->transients[i - 1])
    [all...]
tran_det.h 96 FIXP_DBL transients[QMF_MAX_TIME_SLOTS+(QMF_MAX_TIME_SLOTS/2)]; member in struct:__anon2675
fram_gen.cpp 434 * When no transients are present, FIXFIX class frames are used. The
436 * FIXFIX frame. "Sparse transients" (separated by a few frames without
437 * transients) are handeled by [FIXVAR, VARFIX] pairs or (depending on
439 * by [FIXVAR, VARVAR, VARFIX] triples. "Tight transients" (in
443 * The generator assumes that transients are "sparse", and designs
    [all...]
env_est.cpp 634 stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
    [all...]
  /external/chromium_org/ash/wm/
system_modal_container_layout_manager_unittest.cc 207 // Both transients should be destroyed with parent.
247 // Both transients should be destroyed with parent.
  /external/chromium_org/third_party/WebKit/Source/wtf/
OwnPtr.h 54 // transients for assigning a PassOwnPtr<T> object to a stack-allocated
  /external/chromium_org/ui/views/corewm/
shadow_controller_unittest.cc 178 // http://crbug.com/120210 - transient parents of certain types of transients
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java 229 // Find the leaf class since there may be transients in the leaf
231 // If we are not testing transients or a subclass has no ivars,
262 // we are testing transients.
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 361 continue; // wait until delay buffer has been filled to skip transients
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 853 // Add latency if DefMI is a real instruction. Transients get latency 0.
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc     [all...]
window.cc 269 // Delegate and observers need to be notified after transients are deleted.
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 582 /* Check the -1 case for transients */
646 /* For now, we're conservative and only allow tf_select=1 for transients.
647 * If tests confirm it's useful for non-transients, we could allow it. */
    [all...]
bands.c 241 /* This prevents energy collapse for transients with multiple short MDCTs */
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 703 // Add server specified transients. Any 'cache-control: no-cache="foo,bar"'
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 764 // Add server specified transients. Any 'cache-control: no-cache="foo,bar"'
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-codec-opus.xml 496 transients, are encoded again at a lower bitrate and this re-encoded
    [all...]

Completed in 2358 milliseconds