Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp142 struct DRC_COMP { struct
144 FIXP_DBL maxBoostThr[2]; /*!< Max boost threshold. */
145 FIXP_DBL boostThr[2]; /*!< Boost threshold. */
146 FIXP_DBL earlyCutThr[2]; /*!< Early cut threshold. */
147 FIXP_DBL cutThr[2]; /*!< Cut threshold. */
148 FIXP_DBL maxCutThr[2]; /*!< Max cut threshold. */
150 FIXP_DBL boostFac[2]; /*!< Precalculated factor for boost compression. */
151 FIXP_DBL earlyCutFac[2]; /*!< Precalculated factor for early cut compression. */
152 FIXP_DBL cutFac[2]; /*!< Precalculated factor for cut compression. */
154 FIXP_DBL maxBoost[2]; /*!< Maximum boost. */
[all …]
Dmetadata_compressor.h119 typedef struct DRC_COMP DRC_COMP, *HDRC_COMP; typedef