OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrgVector
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
109
The samples in
nrgVector
are scaled by 1.0/16.0
137
FIXP_DBL* RESTRICT
nrgVector
= hTonCorr->
nrgVector
;
167
FDKmemmove(
nrgVector
,
nrgVector
+noEstPerFrame,move*sizeof(FIXP_DBL));
168
FDKmemclear(
nrgVector
+startIndexMatrix,(totNoEst-startIndexMatrix)*sizeof(FIXP_DBL));
296
nrgVector
[timeIndex] += ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
386
hTonCorr->
nrgVector
,
[
all
...]
ton_corr.h
139
FIXP_DBL
nrgVector
[MAX_NO_OF_ESTIMATES]; /*!< Vector holding the averaged energies for every QMF band. */
Completed in 114 milliseconds