Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c44 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()
Dbitalloc.c375 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()
Dreadsamplesjoint.inc69 OI_UINT8 *bits_array = &common->bits.uint8[0];
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h77 OI_UINT8 uint8[SBC_MAX_BANDS]; member
82 OI_UINT8 uint8[2 * SBC_MAX_BANDS]; member
Doi_codec_sbc.h170 OI_UINT8 uint8[SBC_MAX_CHANNELS * SBC_MAX_BANDS]; member