Home
last modified time | relevance | path

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

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