OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotaMatrix
(Results
1 - 5
of
5
) 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
...]
invf_est.h
155
FIXP_DBL **
quotaMatrix
,
ton_corr.h
120
INT numberOfEstimates; /*!< The total number of estiamtes, available in the
quotaMatrix
.*/
121
UINT 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. */
invf_est.cpp
421
FIXP_DBL **
quotaMatrix
, /*!< The matrix holding the tonality values of the original. */
440
calculateDetectorValues(
quotaMatrix
,
env_est.cpp
115
\brief
quotaMatrix
- calculated in FDKsbrEnc_CalculateTonalityQuotas()
128
const FIXP_DBL *const *
quotaMatrix
,
206
tonalityBand[e] +=
quotaMatrix
[startIndex + k][no_enMaxBand[e]] >> 1;
[
all
...]
Completed in 62 milliseconds