Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c273 OI_UINT32 adjust4; in adjustToFitBitpool() local
276 adjust4 = bitadjust & 0x7F; in adjustToFitBitpool()
277 adjust4 |= (adjust4 << 8); in adjustToFitBitpool()
278 adjust4 |= (adjust4 << 16); in adjustToFitBitpool()
282 OI_UINT32 n = bitneeds[i] + adjust4; in adjustToFitBitpool()