Searched refs:computeBitneed (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | bitalloc-sbc.c | 42 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 D | bitalloc.c | 120 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 D | oi_codec_sbc_private.h | 136 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT *common,
|