Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dbitwriter.c95 #define FLAC__WORDS_TO_BITS(words) ((words) * FLAC__BITS_PER_WORD) macro
96 #define FLAC__TOTAL_BITS(bw) (FLAC__WORDS_TO_BITS((bw)->words) + (bw)->bits)