Searched refs:uint8 (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | bitalloc-sbc.c | 44 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation() 45 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation() 62 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation() 63 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation() 74 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation() 76 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation() 82 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation() 87 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
|
D | bitalloc.c | 375 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation() 379 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation() 396 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
|
D | readsamplesjoint.inc | 69 OI_UINT8 *bits_array = &common->bits.uint8[0];
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 77 OI_UINT8 uint8[SBC_MAX_BANDS]; member 82 OI_UINT8 uint8[2 * SBC_MAX_BANDS]; member
|
D | oi_codec_sbc.h | 170 OI_UINT8 uint8[SBC_MAX_CHANNELS * SBC_MAX_BANDS]; member
|