OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origQuotaMeanStrongest
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
invf_est.cpp
202
FIXP_DBL
origQuotaMeanStrongest
, sbrQuotaMeanStrongest;
250
origQuotaMeanStrongest
= FL2FXCONST_DBL(0.0f);
257
origQuotaMeanStrongest
+= fMultDiv2(quotaVecOrig[i + stopChannel - temp], invTemp);
272
FDKmemmove(detectorValues->
origQuotaMeanStrongest
, detectorValues->
origQuotaMeanStrongest
+ 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
277
detectorValues->
origQuotaMeanStrongest
[INVF_SMOOTHING_LENGTH] =
origQuotaMeanStrongest
<<1;
291
detectorValues->origQuotaMeanStrongestFilt += fMult(detectorValues->
origQuotaMeanStrongest
[i], filter[i]);
invf_est.h
114
FIXP_DBL
origQuotaMeanStrongest
[INVF_SMOOTHING_LENGTH+1];
Completed in 634 milliseconds