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

/system/bt/embdrv/sbc/decoder/srce/
H A Dbitalloc.c137 OI_UINT bitcount = 0; local
149 bitcount += bits;
175 bitcount += bits;
181 return bitcount;
239 * @param bitcount A starting point for the adjustment
246 const OI_UINT subbands, OI_UINT bitcount,
249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8;
255 while ((bitcount != bitpool) && chop) {
285 bitcount = count;
290 *excess = bitpool - bitcount;
245 adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, const OI_UINT subbands, OI_UINT bitcount, OI_UINT* excess) argument
332 oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT* common, BITNEED_UNION1* bitneeds, OI_UINT ch, OI_UINT bitcount) argument
369 OI_UINT bitcount; local
[all...]
H A Dbitalloc-sbc.c54 OI_UINT bitcount; local
59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference);
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1,
66 2 * nrof_subbands, bitcount, &ex);
/system/bt/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h141 OI_UINT bitcount);
144 const OI_UINT subbands, OI_UINT bitcount,

Completed in 89 milliseconds