Lines Matching refs:bitcount
140 OI_UINT bitcount = 0; in computeBitneed() local
151 bitcount += bits; in computeBitneed()
176 bitcount += bits; in computeBitneed()
182 return bitcount; in computeBitneed()
249 OI_UINT bitcount, in adjustToFitBitpool() argument
253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
259 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool()
289 bitcount = count; in adjustToFitBitpool()
294 *excess = bitpool - bitcount; in adjustToFitBitpool()
345 OI_UINT bitcount) in oneChannelBitAllocation() argument
356 …st = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcount, &ex); in oneChannelBitAllocation()
382 OI_UINT bitcount; in monoBitAllocation() local
385 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
387 oneChannelBitAllocation(common, &bitneeds, 0, bitcount); in monoBitAllocation()