Searched refs:bits_count (Results 1 – 1 of 1) sorted by relevance
704 #define PUT_BITS(data_ptr, bits_cache, bits_count, v, n) \ argument707 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) \ argument720 while (bits_count >= 8) { \721 bits_count -= 8; \[all …]