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

/external/aac/libSBRenc/src/
H A Dnf_est.h101 const FIXP_DBL *smoothFilter; /*!< Smoothing filter to use. */ member in struct:__anon246
H A Dnf_est.cpp90 /* smoothFilter[4] = {0.05857864376269f, 0.2f, 0.34142135623731f, 0.4f}; */
91 static const FIXP_DBL smoothFilter[4] = { 0x077f813d, 0x19999995, 0x2bb3b1f5, 0x33333335 }; variable
124 const FIXP_DBL *smoothFilter, /*!< filter used for smoothing the noise floor levels. */
147 accu += fMultDiv2(smoothFilter[i], prevNoiseLevels[i][band]);
361 h_sbrNoiseFloorEstimate->smoothFilter,
446 h_sbrNoiseFloorEstimate->smoothFilter = smoothFilter;
120 smoothingOfNoiseLevels(FIXP_DBL *NoiseLevels, INT nEnvelopes, INT noNoiseBands, FIXP_DBL prevNoiseLevels[NF_SMOOTHING_LENGTH][MAX_NUM_NOISE_VALUES], const FIXP_DBL *smoothFilter, INT transientFlag) argument

Completed in 410 milliseconds