Searched refs:LAST_SKIP_CACHE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream.h393 LAST_SKIP_CACHE(name, gb, num)
437 # define LAST_SKIP_CACHE(name, gb, num) ; macro
499 # define LAST_SKIP_CACHE(name, gb, num) SKIP_CACHE(name, gb, num) macro
574 # define LAST_SKIP_CACHE(name, gb, num) SKIP_CACHE(name, gb, num) macro
H A Dh263.c4842 run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6);
4859 level = (level ^ SHOW_SBITS(re, &s->gb, 1)) - SHOW_SBITS(re, &s->gb, 1); LAST_SKIP_CACHE(re, &s->gb, 1);
4876 run= SHOW_UBITS(re, &s->gb, 6); LAST_SKIP_CACHE(re, &s->gb, 6);
4893 }; LAST_SKIP_CACHE(re, &s->gb, 1);
H A Dmsmpeg4.c1694 level= SHOW_SBITS(re, &s->gb, 8); LAST_SKIP_CACHE(re, &s->gb, 8);

Completed in 79 milliseconds