Home
last modified time | relevance | path

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

/btstack/3rd-party/bluedroid/decoder/srce/
H A Dbitalloc-sbc.c42 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation()
43 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation()
60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation()
61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation()
H A Dbitalloc.c120 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common, in computeBitneed() function
387 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc_private.h136 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common,