Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc.c250 OI_INT chop = 8; in adjustToFitBitpool() local
255 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool()
280 chop >>= 1; in adjustToFitBitpool()
282 bitadjust -= chop; in adjustToFitBitpool()
286 bitadjust += chop; in adjustToFitBitpool()