Home
last modified time | relevance | path

Searched refs:bitadjust (Results 1 – 2 of 2) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() local
261 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() local
343 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, in oneChannelBitAllocation()
356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, in oneChannelBitAllocation()
Dbitalloc-sbc.c53 OI_INT bitadjust; in stereoBitAllocation() local
65 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()