Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Dsbc_encode.c68 uint8_t global_bitpool = 32; variable
309 } while (bitcount + slicecount < global_bitpool); in calc_bitneed()
310 if (bitcount + slicecount == global_bitpool) { in calc_bitneed()
332 while (bitcount < global_bitpool && sb < global_bands) { in calc_bitneed()
337 (global_bitpool > bitcount + 1)) { in calc_bitneed()
355 while (bitcount < global_bitpool && sb < global_bands) { in calc_bitneed()
744 crcData += move_bits_crc(crcData, 8, global_bitpool); in make_crc()
787 frame += move_bits(frame, 8, global_bitpool); in make_frame()
858 global_bitpool = bitpool; in stream()
1080 global_bitpool = bitpool; in parseFrame()