Searched refs:SHOW_UBITS_LE (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
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); in get_bits_le()
|
D | asvdec.c | 87 index = SHOW_UBITS_LE(re, gb, bits); in asv2_get_vlc2()
|