Searched refs:sbrQuotaMeanStrongest (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dinvf_est.cpp202 FIXP_DBL origQuotaMeanStrongest, sbrQuotaMeanStrongest; local
251 sbrQuotaMeanStrongest = FL2FXCONST_DBL(0.0f);
258 sbrQuotaMeanStrongest += fMultDiv2(quotaVecSbr[i + stopChannel - temp], invTemp);
273 FDKmemmove(detectorValues->sbrQuotaMeanStrongest, detectorValues->sbrQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
278 detectorValues->sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH] = sbrQuotaMeanStrongest<<1;
292 detectorValues->sbrQuotaMeanStrongestFilt += fMult(detectorValues->sbrQuotaMeanStrongest[i], filter[i]);
H A Dinvf_est.h115 FIXP_DBL sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH+1]; member in struct:__anon244

Completed in 100 milliseconds