Searched defs:DRC_COMP (Results 1 – 2 of 2) sorted by relevance
142 struct DRC_COMP { struct144 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 …]
119 typedef struct DRC_COMP DRC_COMP, *HDRC_COMP; typedef