OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotaMatrix
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
111
The samples in
quotaMatrix
are scaled by RELAXATION
138
FIXP_DBL** RESTRICT
quotaMatrix
= hTonCorr->
quotaMatrix
;
160
* Buffering of the
quotaMatrix
and the quotaMatrixTransp.
163
FDKmemcpy(
quotaMatrix
[i],
quotaMatrix
[i + noEstPerFrame],noQmfChannels * sizeof(FIXP_DBL));
234
quotaMatrix
[timeIndex][r] = FL2FXCONST_DBL(0.0f);
238
/*
quotaMatrix
is scaled with the factor RELAXATION
264
quotaMatrix
[timeIndex][r] = tmp << commonShift;
267
quotaMatrix
[timeIndex][r] = schur_div(num,denom,16) >> commonShift
[
all
...]
ton_corr.h
120
INT numberOfEstimates; /*!< The total number of estiamtes, available in the
quotaMatrix
.*/
121
INT numberOfEstimatesPerFrame; /*!< The number of estimates per frame available in the
quotaMatrix
.*/
124
INT move; /*!< How many estimates to move in the
quotaMatrix
, when buffering. */
126
INT startIndexMatrix; /*!< The start index for the current frame in the
quotaMatrix
. */
137
FIXP_DBL *
quotaMatrix
[MAX_NO_OF_ESTIMATES];/*!< Matrix holding the quota values for all estimates, all channels. */
Completed in 120 milliseconds