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

  /external/aac/libSBRenc/src/
tran_det.h 96 FIXP_DBL transients[QMF_MAX_TIME_SLOTS+(QMF_MAX_TIME_SLOTS/2)]; member in struct:__anon2240
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...]

Completed in 82 milliseconds