Searched refs:SHOW_SBITS_LE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | get_bits.h | 202 #define SHOW_SBITS_LE(name, gb, num) sign_extend(name ## _cache, num) macro 209 # define SHOW_SBITS(name, gb, num) SHOW_SBITS_LE(name, gb, num) |
Completed in 1 milliseconds