Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 140 OI_UINT bitcount = 0; in computeBitneed() local 151 bitcount += bits; in computeBitneed() 176 bitcount += bits; in computeBitneed() 182 return bitcount; in computeBitneed() 249 OI_UINT bitcount, in adjustToFitBitpool() argument 253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() 259 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool() 289 bitcount = count; in adjustToFitBitpool() 294 *excess = bitpool - bitcount; in adjustToFitBitpool() 345 OI_UINT bitcount) in oneChannelBitAllocation() argument [all …]
|
D | bitalloc-sbc.c | 55 OI_UINT bitcount; in stereoBitAllocation() local 60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation() 61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation() 65 …= adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex); in stereoBitAllocation()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 137 OI_UINT bitcount); 143 OI_UINT bitcount,
|