Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c151 OI_UINT bitcount = 0; in computeBitneed() local
162 bitcount += bits; in computeBitneed()
187 bitcount += bits; in computeBitneed()
193 return bitcount; in computeBitneed()
260 OI_UINT bitcount, in adjustToFitBitpool() argument
264 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool()
270 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool()
300 bitcount = count; in adjustToFitBitpool()
305 *excess = bitpool - bitcount; in adjustToFitBitpool()
356 OI_UINT bitcount) in oneChannelBitAllocation() argument
[all …]
Dbitalloc-sbc.c57 OI_UINT bitcount; 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 …= adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex); in stereoBitAllocation()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h137 OI_UINT bitcount);
143 OI_UINT bitcount,