OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origQuotaMean
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
invf_est.h
112
FIXP_DBL
origQuotaMean
[INVF_SMOOTHING_LENGTH+1];
invf_est.cpp
270
FDKmemmove(detectorValues->
origQuotaMean
, detectorValues->
origQuotaMean
+ 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
275
detectorValues->
origQuotaMean
[INVF_SMOOTHING_LENGTH] = origQuota<<1;
289
detectorValues->origQuotaMeanFilt += fMult(detectorValues->
origQuotaMean
[i], filter[i]);
Completed in 39 milliseconds