Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
Dbitalloc.c351 OI_UINT8 RESTRICT *allocBits; in oneChannelBitAllocation() local
364 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
368 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
373 excess = allocExcessBits(&allocBits[sb], excess); in oneChannelBitAllocation()