Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c362 OI_UINT8 RESTRICT *allocBits; in oneChannelBitAllocation() local
375 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
379 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation()
384 excess = allocExcessBits(&allocBits[sb], excess); in oneChannelBitAllocation()