Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c339 uint8_t RESTRICT* allocBits; in oneChannelBitAllocation() local
352 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, in oneChannelBitAllocation()
362 excess = allocExcessBits(&allocBits[sb], excess); in oneChannelBitAllocation()