Searched refs:excess (Results 1 – 3 of 3) sorted by relevance
261 OI_UINT *excess) in adjustToFitBitpool() argument305 *excess = bitpool - bitcount; in adjustToFitBitpool()317 OI_INT excess) in allocAdjustedBits() argument321 if (excess) { in allocAdjustedBits()323 --excess; in allocAdjustedBits()325 } else if ((bits == 1) && (excess > 1)) { in allocAdjustedBits()327 excess -= 2; in allocAdjustedBits()335 return excess; in allocAdjustedBits()343 OI_INT excess) in allocExcessBits() argument347 return excess - 1; in allocExcessBits()[all …]
55 OI_UINT excess; in stereoBitAllocation() local69 excess = ex; in stereoBitAllocation()74 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()76 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()81 while (excess) { in stereoBitAllocation()82 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()84 if (!excess) { in stereoBitAllocation()87 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
144 OI_UINT *excess);148 OI_INT excess);151 OI_INT excess);