Home
last modified time | relevance | path

Searched refs:LAST_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmp3dec.c159 #define LAST_BITS(k, n) ((k) & ((1 << (n)) - 1)) in mp3_parse_info_tag() macro
160 #define MIDDLE_BITS(k, m, n) LAST_BITS((k) >> (m), ((n) - (m) + 1)) in mp3_parse_info_tag()

Completed in 1 milliseconds