Searched refs:bitadjust (Results 1 – 2 of 2) sorted by relevance
249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() local261 adjust4 = bitadjust & 0x7F; in adjustToFitBitpool()282 bitadjust -= chop; in adjustToFitBitpool()284 maxBitadjust = bitadjust; in adjustToFitBitpool()286 bitadjust += chop; in adjustToFitBitpool()338 OI_INT bitadjust; in oneChannelBitAllocation() local343 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, in oneChannelBitAllocation()356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, in oneChannelBitAllocation()
53 OI_INT bitadjust; in stereoBitAllocation() local65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, in stereoBitAllocation()74 bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()77 bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()