Searched refs:oneChannelBitAllocation (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | bitalloc-sbc.c | 45 oneChannelBitAllocation(common, &bitneedsL, 0, bitcountL); in dualBitAllocation() 46 oneChannelBitAllocation(common, &bitneedsR, 1, bitcountR); in dualBitAllocation()
|
H A D | bitalloc.c | 344 void oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common, in oneChannelBitAllocation() function 389 oneChannelBitAllocation(common, &bitneeds, 0, bitcount); in monoBitAllocation()
|
/btstack/3rd-party/bluedroid/decoder/include/ |
H A D | oi_codec_sbc_private.h | 141 void oneChannelBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *common,
|