HomeSort by relevance Sort by last modified time
    Searched defs:quotaMatrix (Results 1 - 2 of 2) 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...]
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

Completed in 59 milliseconds