Searched refs:bitDistributionMode (Results 1 – 6 of 6) sorted by relevance
171 AACENC_BIT_DISTRIBUTION_MODE bitDistributionMode; member
138 const INT bitDistributionMode, const FIXP_DBL vbrQualFactor);
170 INT bitDistributionMode; /* Configure element-wise execution or execution over member
665 qcInit.bitDistributionMode = 0; /* over all elements bitrate estimation */ in FDKaacEnc_Initialize()670 qcInit.bitDistributionMode = 1; /* element-wise bit bitrate estimation */ in FDKaacEnc_Initialize()
2468 const INT bitDistributionMode, const FIXP_DBL vbrQualFactor) { in FDKaacEnc_AdjThrInit() argument2474 if (bitDistributionMode == 1) { in FDKaacEnc_AdjThrInit()2475 hAdjThr->bitDistributionMode = AACENC_BD_MODE_INTRA_ELEMENT; in FDKaacEnc_AdjThrInit()2477 hAdjThr->bitDistributionMode = AACENC_BD_MODE_INTER_ELEMENT; in FDKaacEnc_AdjThrInit()2814 if (hAdjThr->bitDistributionMode == AACENC_BD_MODE_INTRA_ELEMENT) { in FDKaacEnc_AdjustThresholds()2835 else if (hAdjThr->bitDistributionMode == AACENC_BD_MODE_INTER_ELEMENT) { in FDKaacEnc_AdjustThresholds()
422 hQC->dZoneQuantEnable, init->bitDistributionMode, hQC->vbrQualFactor); in FDKaacEnc_QCInit()