Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dbitreader.c66 #define COUNT_ZERO_MSBS2(word) FLAC__clz2_uint32(word) macro
82 #define COUNT_ZERO_MSBS2(word) FLAC__clz2_uint64(word) macro
884 x = y = COUNT_ZERO_MSBS2(b); in FLAC__bitreader_read_rice_signed_block()
893 y = COUNT_ZERO_MSBS2(b); in FLAC__bitreader_read_rice_signed_block()