Home
last modified time | relevance | path

Searched defs:smoothFilter (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dnf_est.h101 const FIXP_DBL *smoothFilter; /*!< Smoothing filter to use. */ member
Dnf_est.cpp91 static const FIXP_DBL smoothFilter[4] = { 0x077f813d, 0x19999995, 0x2bb3b1f5, 0x33333335 }; variable
124const FIXP_DBL *smoothFilter, /*!< filter used for smoothing the noise floor levels. */ in smoothingOfNoiseLevels()