HomeSort by relevance Sort by last modified time
    Searched refs:quotaMatrix (Results 1 - 5 of 5) sorted by null

  /external/aac/libSBRenc/src/
ton_corr.cpp 126 The samples in quotaMatrix are scaled by RELAXATION
154 FIXP_DBL **RESTRICT quotaMatrix = hTonCorr->quotaMatrix;
172 * Buffering of the quotaMatrix and the quotaMatrixTransp.
175 FDKmemcpy(quotaMatrix[i], quotaMatrix[i + noEstPerFrame],
257 quotaMatrix[timeIndex][r] = FL2FXCONST_DBL(0.0f);
260 /* quotaMatrix is scaled with the factor RELAXATION
291 quotaMatrix[timeIndex][r] = tmp << commonShift;
293 quotaMatrix[timeIndex][r]
    [all...]
invf_est.h 167 FIXP_DBL **quotaMatrix,
ton_corr.h 140 quotaMatrix.*/
142 available in the quotaMatrix.*/
145 INT move; /*!< How many estimates to move in the quotaMatrix, when buffering.
150 quotaMatrix. */
168 FIXP_DBL* quotaMatrix[MAX_NO_OF_ESTIMATES]; /*!< Matrix holding the quota
invf_est.cpp 511 FIXP_DBL **quotaMatrix, /*!< The matrix holding the tonality values of the
529 calculateDetectorValues(quotaMatrix, indexVector, nrgVector,
env_est.cpp 132 \brief quotaMatrix - calculated in FDKsbrEnc_CalculateTonalityQuotas()
144 static FIXP_DBL FDKsbrEnc_GetTonality(const FIXP_DBL *const *quotaMatrix,
223 tonalityBand[e] += quotaMatrix[startIndex + k][no_enMaxBand[e]] >> 1;
    [all...]

Completed in 171 milliseconds