Searched refs:uint8 (Results 1 – 7 of 7) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc-sbc.c | 42 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()
|
D | bitalloc.c | 352 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()
|
D | decoder-private.c | 192 OI_UINT bits = common->bits.uint8[n]; in OI_SBC_ReadSamples()
|
D | readsamplesjoint.inc | 70 uint8_t *bits_array = &common->bits.uint8[0];
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 86 uint8_t uint8[SBC_MAX_BANDS]; member 91 uint8_t uint8[2 * SBC_MAX_BANDS]; member
|
D | oi_codec_sbc.h | 204 uint8_t uint8[SBC_MAX_CHANNELS * SBC_MAX_BANDS]; member
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 1473 UniquePtr<uint8_t> buf(static_cast<uint8 *>( in prepareSensorEvent()
|