OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detectorValues
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
invf_est.cpp
191
DETECTOR_VALUES *
detectorValues
, /*!< pointer to DETECTOR_VALUES struct. */
220
detectorValues
->avgNrg = FL2FXCONST_DBL(0.0f);
228
detectorValues
->avgNrg += fMult(nrgVector[j], invIndex);
264
detectorValues
->origQuotaMax = quotaVecOrig[stopChannel - 1];
265
detectorValues
->sbrQuotaMax = quotaVecSbr[stopChannel - 1];
270
FDKmemmove(
detectorValues
->origQuotaMean,
detectorValues
->origQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
271
FDKmemmove(
detectorValues
->sbrQuotaMean,
detectorValues
->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
272
FDKmemmove(
detectorValues
->origQuotaMeanStrongest, detectorValues->origQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof( (…)
[
all
...]
invf_est.h
144
DETECTOR_VALUES
detectorValues
[MAX_NUM_NOISE_VALUES];
Completed in 42 milliseconds