Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c250 OI_UINT *excess) in adjustToFitBitpool() argument
294 *excess = bitpool - bitcount; in adjustToFitBitpool()
306 OI_INT excess) in allocAdjustedBits() argument
310 if (excess) { in allocAdjustedBits()
312 --excess; in allocAdjustedBits()
314 } else if ((bits == 1) && (excess > 1)) { in allocAdjustedBits()
316 excess -= 2; in allocAdjustedBits()
324 return excess; in allocAdjustedBits()
332 OI_INT excess) in allocExcessBits() argument
336 return excess - 1; in allocExcessBits()
[all …]
Dbitalloc-sbc.c53 OI_UINT excess; in stereoBitAllocation() local
67 excess = ex; in stereoBitAllocation()
72excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
74excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()
79 while (excess) { in stereoBitAllocation()
80 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
82 if (!excess) { in stereoBitAllocation()
85 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h144 OI_UINT *excess);
148 OI_INT excess);
151 OI_INT excess);