Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c74 … 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()
Dbitalloc.c315 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest, in allocAdjustedBits() function
379 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h146 OI_INT allocAdjustedBits(OI_UINT8 *dest,