Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 137 OI_UINT bitcount = 0; in computeBitneed() local 149 bitcount += bits; in computeBitneed() 175 bitcount += bits; in computeBitneed() 181 return bitcount; in computeBitneed() 246 const OI_UINT subbands, OI_UINT bitcount, in adjustToFitBitpool() argument 249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() 255 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool() 285 bitcount = count; in adjustToFitBitpool() 290 *excess = bitpool - bitcount; in adjustToFitBitpool() 334 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, in stereoBitAllocation() 66 2 * nrof_subbands, bitcount, &ex); in stereoBitAllocation()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 141 OI_UINT bitcount); 144 const OI_UINT subbands, OI_UINT bitcount,
|