OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon13106
tran_det.cpp
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])
[
all
...]
Completed in 78 milliseconds