Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c130 OI_UINT8 *bitneeds, in computeBitneed() argument
161 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
186 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
258 OI_UINT32 *bitneeds, in adjustToFitBitpool() argument
282 OI_UINT32 n = bitneeds[i] + adjust4; in adjustToFitBitpool()
354 BITNEED_UNION1 *bitneeds, in oneChannelBitAllocation() argument
367 …bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcoun… in oneChannelBitAllocation()
379 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
392 BITNEED_UNION1 bitneeds; in monoBitAllocation() local
396 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
[all …]
Dbitalloc-sbc.c54 BITNEED_UNION2 bitneeds; in stereoBitAllocation() local
62 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation()
63 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation()
67 …bitadjust = 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()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h130 OI_UINT8 *bitneeds,
135 BITNEED_UNION1 *bitneeds,
141 OI_UINT32 *bitneeds,