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

  /external/aac/libSBRenc/src/
invf_est.h 113 FIXP_DBL sbrQuotaMean[INVF_SMOOTHING_LENGTH+1];
invf_est.cpp 271 FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
276 detectorValues->sbrQuotaMean[INVF_SMOOTHING_LENGTH] = sbrQuota<<1;
290 detectorValues->sbrQuotaMeanFilt += fMult(detectorValues->sbrQuotaMean[i], filter[i]);

Completed in 60 milliseconds