Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c265 OI_INT chop = 8; in adjustToFitBitpool() local
270 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool()
295 chop >>= 1; in adjustToFitBitpool()
297 bitadjust -= chop; in adjustToFitBitpool()
301 bitadjust += chop; in adjustToFitBitpool()