Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c261 OI_UINT *excess) in adjustToFitBitpool() argument
305 *excess = bitpool - bitcount; in adjustToFitBitpool()
317 OI_INT excess) in allocAdjustedBits() argument
321 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() argument
347 return excess - 1; in allocExcessBits()
[all …]
Dbitalloc-sbc.c55 OI_UINT excess; in stereoBitAllocation() local
69 excess = ex; in stereoBitAllocation()
74excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
76excess = 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()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h144 OI_UINT *excess);
148 OI_INT excess);
151 OI_INT excess);