Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
Dbitalloc.c262 OI_UINT32 adjust4; in adjustToFitBitpool() local
265 adjust4 = bitadjust & 0x7F; in adjustToFitBitpool()
266 adjust4 |= (adjust4 << 8); in adjustToFitBitpool()
267 adjust4 |= (adjust4 << 16); in adjustToFitBitpool()
271 OI_UINT32 n = bitneeds[i] + adjust4; in adjustToFitBitpool()