Lines Matching refs:transients
546 FIXP_DBL *RESTRICT transients,
574 FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (FIXP_DBL));
575 FDKmemclear(transients + tran_off + addPrevSamples, noCols * sizeof (FIXP_DBL));
635 transients[jpBM] += tran;
657 /* Where to start looking for transients in the transient candidate buffer */
659 /* We need to look one value backwards in the transients, so we might need one more previous value. */
680 h_sbrTran->transients,
696 /* Check for transients in second granule (pick the last value of subsequent values) */
698 cond = (h_sbrTran->transients[i] < fMult(FL2FXCONST_DBL(0.9f), h_sbrTran->transients[i - 1]) )
699 && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
710 /* Check for transients in first <frameShift> qmf-slots of second frame */
713 cond = (h_sbrTran->transients[i] < fMult(FL2FXCONST_DBL(0.9f), h_sbrTran->transients[i - 1]) )
714 && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
983 detection energy-dependent. Loud transients are being detected,
1005 slots before the current one must not be transients with an energy higher
1006 than 1.4*E(current). If both aren't transients or if the energy of the
1020 /* in case of strong transients, subsequent
1021 * qmf slots might be recognized as transients. */
1050 /*check for transients in lookahead*/