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

  /external/aac/libSBRenc/src/
ton_corr.cpp 129 INT totNoEst = hTonCorr->numberOfEstimates;
692 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LD;
700 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LD;
711 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LC;
719 hTonCorr->numberOfEstimates = NO_OF_ESTIMATES_LC;
732 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
733 hTonCorr->startIndexMatrix = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Where to store the latest estimations in the tonality Matrix.*/
740 for (i=0; i<hTonCorr->numberOfEstimates; i++) {
783 hTonCorr->numberOfEstimates,
    [all...]
ton_corr.h 120 INT numberOfEstimates; /*!< The total number of estiamtes, available in the quotaMatrix.*/

Completed in 3421 milliseconds