Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c264 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() local
276 adjust4 = bitadjust & 0x7F; in adjustToFitBitpool()
297 bitadjust -= chop; in adjustToFitBitpool()
299 maxBitadjust = bitadjust; in adjustToFitBitpool()
301 bitadjust += chop; in adjustToFitBitpool()
361 OI_INT bitadjust; in oneChannelBitAllocation() local
367bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcoun… in oneChannelBitAllocation()
379 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
Dbitalloc-sbc.c56 OI_INT bitadjust; in stereoBitAllocation() local
67bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitc… 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()