Searched refs:excess (Results 1 – 3 of 3) sorted by relevance
250 OI_UINT *excess) in adjustToFitBitpool() argument294 *excess = bitpool - bitcount; in adjustToFitBitpool()306 OI_INT excess) in allocAdjustedBits() argument310 if (excess) { in allocAdjustedBits()312 --excess; in allocAdjustedBits()314 } else if ((bits == 1) && (excess > 1)) { in allocAdjustedBits()316 excess -= 2; in allocAdjustedBits()324 return excess; in allocAdjustedBits()332 OI_INT excess) in allocExcessBits() argument336 return excess - 1; in allocExcessBits()[all …]
53 OI_UINT excess; in stereoBitAllocation() local67 excess = ex; in stereoBitAllocation()72 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()74 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()79 while (excess) { in stereoBitAllocation()80 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()82 if (!excess) { in stereoBitAllocation()85 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
144 OI_UINT *excess);148 OI_INT excess);151 OI_INT excess);