Searched defs:SKIP_CACHE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | get_bits.h | 174 # define SKIP_CACHE(name, gb, num) name ## _cache >>= (num) macro 180 # define SKIP_CACHE(name, gb, num) name ## _cache <<= (num) macro |
Completed in 2 milliseconds