Home
last modified time | relevance | path

Searched refs:INVF_SMOOTHING_LENGTH (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dinvf_est.h113 #define INVF_SMOOTHING_LENGTH 2 macro
129 FIXP_DBL origQuotaMean[INVF_SMOOTHING_LENGTH + 1];
130 FIXP_DBL sbrQuotaMean[INVF_SMOOTHING_LENGTH + 1];
131 FIXP_DBL origQuotaMeanStrongest[INVF_SMOOTHING_LENGTH + 1];
132 FIXP_DBL sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH + 1];
Dinvf_est.cpp253 const FIXP_DBL *filter = *fir_table[INVF_SMOOTHING_LENGTH]; in calculateDetectorValues()
327 INVF_SMOOTHING_LENGTH * sizeof(FIXP_DBL)); in calculateDetectorValues()
329 INVF_SMOOTHING_LENGTH * sizeof(FIXP_DBL)); in calculateDetectorValues()
332 INVF_SMOOTHING_LENGTH * sizeof(FIXP_DBL)); in calculateDetectorValues()
335 INVF_SMOOTHING_LENGTH * sizeof(FIXP_DBL)); in calculateDetectorValues()
337 detectorValues->origQuotaMean[INVF_SMOOTHING_LENGTH] = origQuota << 1; in calculateDetectorValues()
338 detectorValues->sbrQuotaMean[INVF_SMOOTHING_LENGTH] = sbrQuota << 1; in calculateDetectorValues()
339 detectorValues->origQuotaMeanStrongest[INVF_SMOOTHING_LENGTH] = in calculateDetectorValues()
341 detectorValues->sbrQuotaMeanStrongest[INVF_SMOOTHING_LENGTH] = in calculateDetectorValues()
352 for (i = 0; i < INVF_SMOOTHING_LENGTH + 1; i++) { in calculateDetectorValues()