Searched refs:bitDistributionMode (Results 1 – 4 of 4) sorted by relevance
137 const INT bitDistributionMode);
257 …INT bitDistributionMode; /* 0: full bitreservoir, 1: reduced bitreservoir, 2: disabled bitreservoi… member
383 hQC->bitDistributionMode = (bitresPerChannel>BITRES_MIN_LD) ? 0 : (bitresPerChannel>0) ? 1 : 2; in FDKaacEnc_QCInit()386 hQC->bitDistributionMode = 0; /* full bitreservoir */ in FDKaacEnc_QCInit()660 hQC->bitDistributionMode); in FDKaacEnc_prepareBitDistribution()
2494 const INT bitDistributionMode) in FDKaacEnc_DistributeBits() argument2512 if (bitDistributionMode!=0) { in FDKaacEnc_DistributeBits()2536 switch (bitDistributionMode) { in FDKaacEnc_DistributeBits()