OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aPrevPeakDiffBin
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
psdec.h
292
FIXP_DBL
aPrevPeakDiffBin
[NO_MID_RES_BINS]; /*!< peak difference of previous frame */
psdec.cpp
307
FDKmemclear(h_ps_d->specificTo.mpeg.
aPrevPeakDiffBin
, NO_MID_RES_BINS*sizeof(FIXP_DBL));
467
scaleValues( h_ps_d->specificTo.mpeg.
aPrevPeakDiffBin
, NO_MID_RES_BINS, scale );
681
peakDiff = fMultAdd ( (h_ps_d->specificTo.mpeg.
aPrevPeakDiffBin
[bin]>>1),
682
INT_FILTER_COEFF, h_ps_d->specificTo.mpeg.aPeakDecayFastBin[bin] - aaPowerSlot[bin] - h_ps_d->specificTo.mpeg.
aPrevPeakDiffBin
[bin]);
685
h_ps_d->specificTo.mpeg.
aPrevPeakDiffBin
[bin] = peakDiff;
[
all
...]
Completed in 5300 milliseconds