Searched refs:MIDDLE_BITS (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | mp3dec.c | 160 #define MIDDLE_BITS(k, m, n) LAST_BITS((k) >> (m), ((n) - (m) + 1)) in mp3_parse_info_tag() macro 227 if (MIDDLE_BITS(v, 13, 15) == 1) { in mp3_parse_info_tag() 228 r_gain = MIDDLE_BITS(v, 0, 8) * 10000; in mp3_parse_info_tag() 237 if (MIDDLE_BITS(v, 13, 15) == 2) { in mp3_parse_info_tag() 238 a_gain = MIDDLE_BITS(v, 0, 8) * 10000; in mp3_parse_info_tag()
|
Completed in 2 milliseconds