Searched refs:SHOW_UBITS_LE (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | get_bits.h | 201 #define SHOW_UBITS_LE(name, gb, num) zero_extend(name ## _cache, num) macro 208 # define SHOW_UBITS(name, gb, num) SHOW_UBITS_LE(name, gb, num) 436 tmp = SHOW_UBITS_LE(re, s, n);
|
H A D | asvdec.c | 89 index = SHOW_UBITS_LE(re, gb, bits); in asv2_get_vlc2()
|
Completed in 3 milliseconds