Lines Matching refs:bitneeds
119 OI_UINT8 *bitneeds, in computeBitneed() argument
150 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
175 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
247 OI_UINT32 *bitneeds, in adjustToFitBitpool() argument
271 OI_UINT32 n = bitneeds[i] + adjust4; in adjustToFitBitpool()
343 BITNEED_UNION1 *bitneeds, in oneChannelBitAllocation() argument
356 …bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcoun… in oneChannelBitAllocation()
368 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
381 BITNEED_UNION1 bitneeds; in monoBitAllocation() local
385 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
387 oneChannelBitAllocation(common, &bitneeds, 0, bitcount); in monoBitAllocation()