Searched refs:FLAC__TOTAL_BITS (Results 1 – 1 of 1) sorted by relevance
88 #define FLAC__TOTAL_BITS(bw) (FLAC__WORDS_TO_BITS((bw)->words) + (bw)->bits) macro199 …ity=%u words=%u bits=%u total_bits=%u\n", bw->capacity, bw->words, bw->bits, FLAC__TOTAL_BITS(bw)); in FLAC__bitwriter_dump()253 return FLAC__TOTAL_BITS(bw); in FLAC__bitwriter_get_input_bits_unconsumed()