Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c42 bitcountL = computeBitneed(common, bitneedsL.uint8, 0, &bitpoolPreferenceL); in dualBitAllocation()
43 bitcountR = computeBitneed(common, bitneedsR.uint8, 1, &bitpoolPreferenceR); in dualBitAllocation()
59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation()
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, in stereoBitAllocation()
73 excess = allocAdjustedBits(&common->bits.uint8[sbL], in stereoBitAllocation()
74 bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation()
76 excess = allocAdjustedBits(&common->bits.uint8[sbR], in stereoBitAllocation()
77 bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()
83 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
88 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
Dbitalloc.c352 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, in oneChannelBitAllocation()
372 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation()
Dreadsamplesjoint.inc70 uint8_t *bits_array = &common->bits.uint8[0];
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h86 uint8_t uint8[SBC_MAX_BANDS]; member
91 uint8_t uint8[2 * SBC_MAX_BANDS]; member
Doi_codec_sbc.h204 uint8_t uint8[SBC_MAX_CHANNELS * SBC_MAX_BANDS]; member
/system/chre/platform/slpi/see/
Dsee_helper.cc1403 UniquePtr<uint8_t> buf(static_cast<uint8 *>( in prepareSensorEvent()