Searched defs:DRC_COMP (Results 1 – 2 of 2) sorted by relevance
142 struct DRC_COMP { struct143 FIXP_DBL maxBoostThr[2]; /*!< Max boost threshold. */144 FIXP_DBL boostThr[2]; /*!< Boost threshold. */145 FIXP_DBL earlyCutThr[2]; /*!< Early cut threshold. */146 FIXP_DBL cutThr[2]; /*!< Cut threshold. */147 FIXP_DBL maxCutThr[2]; /*!< Max cut threshold. */149 FIXP_DBL boostFac[2]; /*!< Precalculated factor for boost compression. */151 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 …]
131 typedef struct DRC_COMP DRC_COMP, *HDRC_COMP; typedef