Home
last modified time | relevance | path

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

/external/bluetooth/bluez/sbc/
Dsbc.c704 #define PUT_BITS(data_ptr, bits_cache, bits_count, v, n) \ argument
707 bits_count += (n); \
708 if (bits_count >= 16) { \
709 bits_count -= 8; \
711 (bits_cache >> bits_count); \
712 bits_count -= 8; \
714 (bits_cache >> bits_count); \
718 #define FLUSH_BITS(data_ptr, bits_cache, bits_count) \ argument
720 while (bits_count >= 8) { \
721 bits_count -= 8; \
[all …]