Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 135 OI_UINT bitcount = 0; in computeBitneed() local 147 bitcount += bits; in computeBitneed() 173 bitcount += bits; in computeBitneed() 179 return bitcount; in computeBitneed() 244 OI_UINT bitcount, OI_UINT* excess) { in adjustToFitBitpool() argument 246 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() 252 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool() 282 bitcount = count; in adjustToFitBitpool() 287 *excess = bitpool - bitcount; in adjustToFitBitpool() 330 OI_UINT ch, OI_UINT bitcount) { in oneChannelBitAllocation() argument [all …]
|
D | bitalloc-sbc.c | 54 OI_UINT bitcount; in stereoBitAllocation() local 59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation() 60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation() 65 bitcount, &ex); in stereoBitAllocation()
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 139 OI_UINT ch, OI_UINT bitcount); 142 OI_UINT bitcount, OI_UINT* excess);
|