Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c258 uint32_t adjust4; in adjustToFitBitpool() local
261 adjust4 = bitadjust & 0x7F; in adjustToFitBitpool()
262 adjust4 |= (adjust4 << 8); in adjustToFitBitpool()
263 adjust4 |= (adjust4 << 16); in adjustToFitBitpool()
267 uint32_t n = bitneeds[i] + adjust4; in adjustToFitBitpool()